Kevin Loveland
Results
1
issues of
Kevin Loveland
When I specify both `arguments` and `commandlineArgs` when executing the java goal, the latter supplants the former value. ``` org.codehaus.mojo exec-maven-plugin 1.6.0 ${mainClass} -Duser.dir=${project.basedir} server ``` In this case, I...