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.

How can I set a environment variables in Maven per run?

In my project, we've created a Maven module to get the specific JBoss AS and unpacked. Then all the test …

maven jboss exec-maven-plugin
Maven exec plugin - Executing a python script

I am using maven on Win 7 to build an application. I use the exec plugin to invoke a python script. &…

maven python-2.7 exec-maven-plugin
How to pass systemProperties when invoking exec:java plugin in maven?

I want to use the exec:java plugin to invoke the main class from command line. I can pass arguments …

java maven-2 exec-maven-plugin
set systemProperty in exec-maven-plugin does not work

Here is my pom.xml file: <project> <modelVersion>4.0.0</modelVersion> <groupId>com.test&…

java maven maven-3 pom.xml exec-maven-plugin
How to run maven from eclipse with the -e switch

Is it possible to execute the exec goal with the exec-maven-plugin with the -e switch? I am getting a MojoExecutionException.

java eclipse maven exec-maven-plugin
Using Maven to install Bower components with Bower installed globally

I have bower installed globally using NPM. In my Maven project I have a bower.json file, I am using …

java maven bower exec-maven-plugin
exec-maven-plugin goal is not started during build

Hallo, I try to run a main method during my maven build process. Hence, I added the exec-maven-plugin and the …

maven-2 exec-maven-plugin
Running daemon with exec-maven-plugin avoiding `IllegalThreadStateException`

I would like to run a daemon thread which should start on maven package phase. This is what I have …

jakarta-ee maven jboss exec-maven-plugin
No plugin found for prefix 'exec' in the current project and in the plug in groups org.codehaus.mojo

I have read several questions with similar issue and the Help 1 page. Unfortunately, I am stuck. One possible reason could …

java spring maven maven-3 exec-maven-plugin
exec-maven-plugin exec:java failing: Cannot assign configuration values to array of type java.lang.String

When executing mvn exec:java it fails to correctly parse the configuration arguments, throwing the following error: [ERROR] Failed to …

java maven exec-maven-plugin