Invocation from static pages needs to finish packaging emul
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Thu, 14 Feb 2013 13:39:40 +0100
branchemul
changeset 73868e321728e22
parent 729 1ee59fe94653
child 739 e39c31612afe
Invocation from static pages needs to finish packaging
javaquery/demo-calculator/nbactions.xml
     1.1 --- a/javaquery/demo-calculator/nbactions.xml	Tue Feb 12 23:30:01 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>