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.

Use maven-exec-plugin to run command line

I want to use maven-exec-plugin to run command line (cmd) for converting a Markdown file to a PDF file using …

maven pom.xml maven-plugin pandoc exec-maven-plugin
How to display the output of the exec-maven-plugin instantaneously

I'm using Maven 3.1.1 and the exec-maven-plugin (1.3) in order to execute a bash script during a build job. The bash script …

linux bash shell maven exec-maven-plugin