We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 688d8f2 commit e6d2b0bCopy full SHA for e6d2b0b
nbactions.xml
@@ -14,4 +14,19 @@
14
<exec.executable>java</exec.executable>
15
</properties>
16
</action>
17
+ <action>
18
+ <actionName>debug</actionName>
19
+ <packagings>
20
+ <packaging>jar</packaging>
21
+ </packagings>
22
+ <goals>
23
+ <goal>process-classes</goal>
24
+ <goal>org.codehaus.mojo:exec-maven-plugin:1.5.0:exec</goal>
25
+ </goals>
26
+ <properties>
27
+ <exec.args>-agentlib:jdwp=transport=dt_socket,server=n,address=${jpda.address} -classpath %classpath ar.net.argentum.servidor.Servidor</exec.args>
28
+ <exec.executable>java</exec.executable>
29
+ <jpda.listen>true</jpda.listen>
30
+ </properties>
31
+ </action>
32
</actions>
0 commit comments