twitter/nbactions.xml
changeset 2 38aa0b98ef49
parent 0 6fe609b8f0fb
child 36 7ff8ac49cd8c
child 44 e3305312184c
     1.1 --- a/twitter/nbactions.xml	Mon Apr 29 13:42:23 2013 +0200
     1.2 +++ b/twitter/nbactions.xml	Tue Apr 30 09:33:25 2013 +0200
     1.3 @@ -32,4 +32,14 @@
     1.4              <goal>bck2brwsr:brwsr</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>bck2brwsr:brwsr</goal>
    1.12 +        </goals>
    1.13 +        <properties>
    1.14 +            <jpda.listen>maven</jpda.listen>
    1.15 +        </properties>
    1.16 +    </action>
    1.17  </actions>