You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
1.9 KiB
47 lines
1.9 KiB
3 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<actions>
|
||
|
<action>
|
||
|
<actionName>run</actionName>
|
||
|
<packagings>
|
||
|
<packaging>jar</packaging>
|
||
|
</packagings>
|
||
|
<goals>
|
||
|
<goal>process-classes</goal>
|
||
|
<goal>org.codehaus.mojo:exec-maven-plugin:1.5.0:exec</goal>
|
||
|
</goals>
|
||
|
<properties>
|
||
|
<exec.args>-classpath %classpath moe.nekojimi.chords.Main ODkwNjU5MjI2NDE2OTg0MDY0.YUzBCw.jHZWpIZSYeaYA7Sc7h93W_jV-rk</exec.args>
|
||
|
<exec.executable>java</exec.executable>
|
||
|
</properties>
|
||
|
</action>
|
||
|
<action>
|
||
|
<actionName>debug</actionName>
|
||
|
<packagings>
|
||
|
<packaging>jar</packaging>
|
||
|
</packagings>
|
||
|
<goals>
|
||
|
<goal>process-classes</goal>
|
||
|
<goal>org.codehaus.mojo:exec-maven-plugin:1.5.0:exec</goal>
|
||
|
</goals>
|
||
|
<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.executable>java</exec.executable>
|
||
|
<jpda.listen>true</jpda.listen>
|
||
|
</properties>
|
||
|
</action>
|
||
|
<action>
|
||
|
<actionName>profile</actionName>
|
||
|
<packagings>
|
||
|
<packaging>jar</packaging>
|
||
|
</packagings>
|
||
|
<goals>
|
||
|
<goal>process-classes</goal>
|
||
|
<goal>org.codehaus.mojo:exec-maven-plugin:1.5.0:exec</goal>
|
||
|
</goals>
|
||
|
<properties>
|
||
|
<exec.args>-classpath %classpath ${packageClassName} ODkwNjU5MjI2NDE2OTg0MDY0.YUzBCw.jHZWpIZSYeaYA7Sc7h93W_jV-rk</exec.args>
|
||
|
<exec.executable>java</exec.executable>
|
||
|
</properties>
|
||
|
</action>
|
||
|
</actions>
|