Is it possible to fulfill the exec target with exec-maven-plugin with the -e switch? I get a MojoExecutionException .
MojoExecutionException
right click on the project> run as> maven build... > delivery target using the -e switch
maven build...
-e
Note 3 points after maven build...
Right click on your project and run it as -> Run Configurations ...
Add -e (or other keys, for example, -X, etc.) to the goal input field. If you already have several goals, add a space and then select the radio button.