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.

Passing Working Directory to npm in exec-maven-plugin

I am trying to run npm as part of my maven build. I am using exec-maven-plugin and here is my …

maven npm exec-maven-plugin
Failed to execute goal org.codehaus.mojo exec-maven-plugin

I have an issue that I spend 5 days without resolving it: When executing mvn exec:java it fails to correctly …

spring maven dependency-injection exec-maven-plugin
Use exec-maven-plugin to execute shell script on Windows

I have a pom that uses the exec-maven-plugin to execute a shell script with three parameters. When running mvn clean …

java windows shell maven exec-maven-plugin
maven wsdl2java configuration not working properly

I am looking to execute wsdl2java via maven and have tried several different methods with no full success. The …

maven wsdl2java exec-maven-plugin cxf-codegen-plugin
Passing an enviornment variable to executed process in Maven

I've been banging my head against a wall for about an hour on this: I'm trying to pass a simple …

java maven-2 netbeans exec-maven-plugin
maven-exec-plugin throws exception for no apparent reason

I type the following in a Windows shell in the root of a Maven project that contains a class with …

java windows exec-maven-plugin
how to execute multiple command prompt commands using maven in single pom.xml

I want to run multiple command prompt commands in maven using single pom.xml. How can I do that? For …

maven exec-maven-plugin
Process spawned by exec-maven-plugin blocks the maven process

I am trying to execute the following scenario using maven : pre-integration-phase : Start a java based application using a main class (…

maven integration-testing maven-plugin exec-maven-plugin
java maven exec-maven-plugin not executing on mvn clean install

Follow-up to a previous question: Maven run class before test phase: exec-maven-plugin exec:java not executing class. I am running …

java maven jenkins exec-maven-plugin