rt/archetype/src/main/resources/archetype-resources/nbactions.xml
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Tue, 26 Mar 2013 21:17:28 +0100
changeset 902 97cf8624710c
parent 894 7aa92399ad18
child 983 8e4750fcee4a
permissions -rw-r--r--
Update to use the most recent libraries from 0.6-SNAPSHOT
     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.6-SNAPSHOT:brwsr</goal>
     8         </goals>
     9     </action>
    10 </actions>