|
|
@ -10,7 +10,7 @@ |
|
|
|
<goal>org.codehaus.mojo:exec-maven-plugin:1.5.0:exec</goal> |
|
|
|
<goal>org.codehaus.mojo:exec-maven-plugin:1.5.0:exec</goal> |
|
|
|
</goals> |
|
|
|
</goals> |
|
|
|
<properties> |
|
|
|
<properties> |
|
|
|
<exec.args>-classpath %classpath moe.nekojimi.chords.Main ODkwNjU5MjI2NDE2OTg0MDY0.YUzBCw.jHZWpIZSYeaYA7Sc7h93W_jV-rk</exec.args> |
|
|
|
<exec.args>-classpath %classpath moe.nekojimi.chords.Main -token ODkwNjU5MjI2NDE2OTg0MDY0.YUzBCw.jHZWpIZSYeaYA7Sc7h93W_jV-rk</exec.args> |
|
|
|
<exec.executable>java</exec.executable> |
|
|
|
<exec.executable>java</exec.executable> |
|
|
|
</properties> |
|
|
|
</properties> |
|
|
|
</action> |
|
|
|
</action> |
|
|
@ -24,7 +24,7 @@ |
|
|
|
<goal>org.codehaus.mojo:exec-maven-plugin:1.5.0:exec</goal> |
|
|
|
<goal>org.codehaus.mojo:exec-maven-plugin:1.5.0:exec</goal> |
|
|
|
</goals> |
|
|
|
</goals> |
|
|
|
<properties> |
|
|
|
<properties> |
|
|
|
<exec.args>-agentlib:jdwp=transport=dt_socket,server=n,address=${jpda.address} -classpath %classpath moe.nekojimi.chords.Main ODkwNjU5MjI2NDE2OTg0MDY0.YUzBCw.jHZWpIZSYeaYA7Sc7h93W_jV-rk</exec.args> |
|
|
|
<exec.args>-agentlib:jdwp=transport=dt_socket,server=n,address=${jpda.address} -classpath %classpath moe.nekojimi.chords.Main -token ODkwNjU5MjI2NDE2OTg0MDY0.YUzBCw.jHZWpIZSYeaYA7Sc7h93W_jV-rk</exec.args> |
|
|
|
<exec.executable>java</exec.executable> |
|
|
|
<exec.executable>java</exec.executable> |
|
|
|
<jpda.listen>true</jpda.listen> |
|
|
|
<jpda.listen>true</jpda.listen> |
|
|
|
</properties> |
|
|
|
</properties> |
|
|
@ -39,7 +39,7 @@ |
|
|
|
<goal>org.codehaus.mojo:exec-maven-plugin:1.5.0:exec</goal> |
|
|
|
<goal>org.codehaus.mojo:exec-maven-plugin:1.5.0:exec</goal> |
|
|
|
</goals> |
|
|
|
</goals> |
|
|
|
<properties> |
|
|
|
<properties> |
|
|
|
<exec.args>-classpath %classpath ${packageClassName} ODkwNjU5MjI2NDE2OTg0MDY0.YUzBCw.jHZWpIZSYeaYA7Sc7h93W_jV-rk</exec.args> |
|
|
|
<exec.args>-classpath %classpath moe.nekojimi.chords.Main -token ODkwNjU5MjI2NDE2OTg0MDY0.YUzBCw.jHZWpIZSYeaYA7Sc7h93W_jV-rk</exec.args> |
|
|
|
<exec.executable>java</exec.executable> |
|
|
|
<exec.executable>java</exec.executable> |
|
|
|
</properties> |
|
|
|
</properties> |
|
|
|
</action> |
|
|
|
</action> |
|
|
|