Skip tests during execution and use as fast compilation as possible
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Wed, 15 May 2013 11:45:03 +0200
changeset 1215c5a3a05a1b2e
parent 1214 b5eb8c0196c1
child 1216 6eab20a4249f
Skip tests during execution and use as fast compilation as possible
ko-archetype/src/main/resources/archetype-resources/nbactions-bck2brwsr.xml
     1.1 --- a/ko-archetype/src/main/resources/archetype-resources/nbactions-bck2brwsr.xml	Wed May 15 11:28:02 2013 +0200
     1.2 +++ b/ko-archetype/src/main/resources/archetype-resources/nbactions-bck2brwsr.xml	Wed May 15 11:45:03 2013 +0200
     1.3 @@ -6,5 +6,9 @@
     1.4              <goal>package</goal>
     1.5              <goal>bck2brwsr:brwsr</goal>
     1.6          </goals>
     1.7 +        <properties>
     1.8 +            <skipTests>true</skipTests>
     1.9 +            <bck2brwsr.obfuscationlevel>NONE</bck2brwsr.obfuscationlevel>
    1.10 +        </properties>
    1.11      </action>
    1.12  </actions>