run
clean
package
org.codehaus.mojo:exec-maven-plugin:1.2.1:exec
-jar "${project.build.directory}/${project.build.finalName}.jar"
debug
clean
package
org.codehaus.mojo:exec-maven-plugin:1.2.1:exec
-Xdebug -Xrunjdwp:transport=dt_socket,server=n,address=${jpda.address} -jar "${project.build.directory}/${project.build.finalName}.jar"
true