mojo/src/main/resources/archetype-resources/nbactions.xml
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Wed, 23 Jan 2013 20:39:23 +0100
branchemul
changeset 554 05224402145d
parent 375 5751fe604e6b
permissions -rw-r--r--
First attempt to separate 'mini' profile from the rest of JDK APIs
     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>