Top "Exec-maven-plugin" questions

Use this tag for questions specifically related to the usage of the Exec Maven Plugin, which allows to execute arbitrary programs or other Java programs during a Maven build.

Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2:java (default-cli)

Im working on Smooks - Camel Integration.Im stuck with an error.The Build Fails when I try to Run …

integration smooks exec-maven-plugin
Maven & Java: The parameters 'mainClass' for goal org.codehaus.mojo:exec-maven-plugin:1.2.1:java are missing or invalid

My Java EE proj builds fine, but when trying to execute get following error: gert@gert-VirtualBox:~/workspace/CDBOOKSTORE$ mvn exec:…

java maven exec-maven-plugin
Launching a windows batch script using Maven exec plugin blocks the build even though the script uses "start"

I am trying to perform integration tasting of the deployment of my application on the top of a custom container. …

maven maven-3 exec-maven-plugin
Using Maven 'exec:exec' with Arguments

I have a project configured to build and run with Maven. The project depends on platform specific native libraries, and …

maven exec-maven-plugin
Class Not Found exception with exec-maven-plugin when run on Linux

I am trying to run TestNG tests. My Project organization is - src->test->java->com->…

maven exec-maven-plugin
Maven Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.3

hi im using maven to compile a jersey web services project and im getting error compiling it in windows 2008 server. …

java maven-3 exec-maven-plugin
Maven exec:java goal on a multi-module project

I'm trying to run exec-maven-plugin's exec:java goal on a simple two-module project where one module depends on the other. …

java maven exec-maven-plugin
maven calls external script on both Linux and Windows platforms

I need to run an external script on both Linux and MS-Windows platforms. Do I use the right plugin exec-maven-plugin? …

shell maven batch-file pom.xml exec-maven-plugin
From Maven, how do I run a class that lives under src/test/java?

I have inherited a codebase :) Under src/test/java/ there's a file that I need to run (I need to …

java maven-2 exec-maven-plugin
Maven - pass argument to use in exec-maven-plugin

in my pom I've added the exec-maven-plugin to call a java class which will generate a file. This class requires …

maven-2 exec-maven-plugin