Permanently set starting class name for debug runs

This commit is contained in:
Brendan Robert 2015-09-12 23:20:58 -05:00
parent 8a88a147f2
commit e69a655426
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
<goal>org.codehaus.mojo:exec-maven-plugin:1.2.1:exec</goal>
</goals>
<properties>
<exec.args>-Xdebug -Xrunjdwp:transport=dt_socket,server=n,address=${jpda.address} -classpath %classpath ${packageClassName}</exec.args>
<exec.args>-Xdebug -Xrunjdwp:transport=dt_socket,server=n,address=${jpda.address} -classpath %classpath org.badvision.outlaweditor.Application</exec.args>
<exec.executable>java</exec.executable>
<jpda.listen>true</jpda.listen>
<exec.classpathScope>compile</exec.classpathScope>