javaquery/demo-calculator/nbactions.xml
branchemul
changeset 738 68e321728e22
parent 613 a4a06840209a
child 739 e39c31612afe
     1.1 --- a/javaquery/demo-calculator/nbactions.xml	Wed Jan 30 18:27:57 2013 +0100
     1.2 +++ b/javaquery/demo-calculator/nbactions.xml	Thu Feb 14 13:39:40 2013 +0100
     1.3 @@ -17,13 +17,15 @@
     1.4      along with this program. Look for COPYING file in the top folder.
     1.5      If not, see http://opensource.org/licenses/GPL-2.0.
     1.6  
     1.7 --->
     1.8 -<actions>
     1.9 +--><actions>
    1.10          <action>
    1.11              <actionName>run</actionName>
    1.12              <goals>
    1.13 -                <goal>process-classes</goal>
    1.14 +                <goal>package</goal>
    1.15                  <goal>org.apidesign.bck2brwsr:mojo:0.3-SNAPSHOT:brwsr</goal>
    1.16              </goals>
    1.17 +            <properties>
    1.18 +                <skipTests>true</skipTests>
    1.19 +            </properties>
    1.20          </action>
    1.21 -    </actions>
    1.22 +</actions>