I\'m using the Exec Maven plugin with the following command :
mvn exec:java
and I didn\'t manage to set the working dire
I didn't found solution with exec:java.
So, now I use exec:exec instead because we can set the workingDirectory and it' OK.
org.codehaus.mojo exec-maven-plugin 1.3.2 exec java -classpath com.package.MyMainClass ${project.build.outputDirectory}