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
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <actions>
     3     <action>
     4         <actionName>run</actionName>
     5         <goals>
     6             <goal>process-classes</goal>
     7             <goal>org.apidesign.bck2brwsr:mojo:0.3-SNAPSHOT:brwsr</goal>
     8         </goals>
     9     </action>
    10 </actions>