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
jaroslav@1201
     1
<?xml version="1.0" encoding="UTF-8"?>
jaroslav@1201
     2
<actions>
jaroslav@1201
     3
    <action>
jaroslav@1201
     4
        <actionName>run</actionName>
jaroslav@1201
     5
        <goals>
jaroslav@1204
     6
            <goal>package</goal>
jaroslav@1201
     7
            <goal>bck2brwsr:brwsr</goal>
jaroslav@1201
     8
        </goals>
jaroslav@1201
     9
    </action>
jaroslav@1201
    10
</actions>