ko-archetype/src/main/resources/archetype-resources/nbactions-bck2brwsr.xml
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Mon, 13 May 2013 16:29:57 +0200
changeset 1204 41b4e878eb80
parent 1201 b6fd8b9ccc7a
child 1215 c5a3a05a1b2e
permissions -rw-r--r--
Need to request the package phase, otherwise runtime-only dependencies and their artifacts are not available
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <actions>
     3     <action>
     4         <actionName>run</actionName>
     5         <goals>
     6             <goal>package</goal>
     7             <goal>bck2brwsr:brwsr</goal>
     8         </goals>
     9     </action>
    10 </actions>