chat/server/nbactions.xml
branchNewChat
changeset 238 a0f15cb8c730
parent 13 fd9a16bbfd0e
     1.1 --- a/chat/server/nbactions.xml	Mon May 06 17:40:19 2013 +0200
     1.2 +++ b/chat/server/nbactions.xml	Fri Apr 22 05:56:47 2016 +0200
     1.3 @@ -32,4 +32,14 @@
     1.4              <goal>exec:java</goal>
     1.5          </goals>
     1.6      </action>
     1.7 +    <action>
     1.8 +        <actionName>debug</actionName>
     1.9 +        <goals>
    1.10 +            <goal>process-classes</goal>
    1.11 +            <goal>exec:java</goal>
    1.12 +        </goals>
    1.13 +        <properties>
    1.14 +            <jpda.listen>maven</jpda.listen>
    1.15 +        </properties>
    1.16 +    </action>
    1.17  </actions>