mirror of
https://github.com/badvision/lawless-legends.git
synced 2025-08-10 04:25:23 +00:00
Permanently set starting class name for debug runs
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user