rt/archetype/src/main/resources/archetype-resources/nbactions.xml
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Fri, 26 Apr 2013 14:00:59 +0200
changeset 1025 4680cb7d6294
parent 1008 ad7b9ae807a1
permissions -rw-r--r--
Milos Kleint <milos.kleint@oracle.com> eliminates the need to include plugin version in nbactions.xml files by renaming the mojo to follow Maven naming conventions
     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>bck2brwsr:brwsr</goal>
     8         </goals>
     9     </action>
    10 </actions>