mojo/src/main/resources/archetype-resources/nbactions.xml
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Sun, 10 Feb 2013 12:14:40 +0100
branchemul
changeset 706 a48961ff3e6b
parent 375 5751fe604e6b
permissions -rw-r--r--
Using FastJar to read the content table of JAR files
jaroslav@141
     1
<?xml version="1.0" encoding="UTF-8"?>
jaroslav@141
     2
<actions>
jaroslav@421
     3
    <action>
jaroslav@421
     4
        <actionName>run</actionName>
jaroslav@421
     5
        <goals>
jaroslav@421
     6
            <goal>process-classes</goal>
jaroslav@421
     7
            <goal>org.apidesign.bck2brwsr:mojo:0.3-SNAPSHOT:brwsr</goal>
jaroslav@421
     8
        </goals>
jaroslav@421
     9
    </action>
jaroslav@421
    10
</actions>