Need to request the package phase, otherwise runtime-only dependencies and their artifacts are not available
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Mon, 13 May 2013 16:29:57 +0200
changeset 120441b4e878eb80
parent 1203 eaa7c421a09e
child 1205 1901da93f3f2
Need to request the package phase, otherwise runtime-only dependencies and their artifacts are not available
ko-archetype/src/main/resources/archetype-resources/nbactions-bck2brwsr.xml
     1.1 --- a/ko-archetype/src/main/resources/archetype-resources/nbactions-bck2brwsr.xml	Mon May 13 14:53:16 2013 +0200
     1.2 +++ b/ko-archetype/src/main/resources/archetype-resources/nbactions-bck2brwsr.xml	Mon May 13 16:29:57 2013 +0200
     1.3 @@ -3,7 +3,7 @@
     1.4      <action>
     1.5          <actionName>run</actionName>
     1.6          <goals>
     1.7 -            <goal>process-classes</goal>
     1.8 +            <goal>package</goal>
     1.9              <goal>bck2brwsr:brwsr</goal>
    1.10          </goals>
    1.11      </action>