Add new goal

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115851 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion
2004-07-18 14:32:23 +00:00
parent b5ef4a862d
commit 1f9cc957ce

View File

@@ -47,7 +47,7 @@
</goal>
<goal>
<name>plugin:generate-docs</name>
<description>Generate navigation, goals and properties docs</description>
<description>Generate navigation, goals, properties and tags docs</description>
</goal>
<goal>
<name>plugin:generate-goals</name>
@@ -61,6 +61,10 @@
<name>plugin:generate-properties</name>
<description>Generate properties.xml for the plugin</description>
</goal>
<goal>
<name>plugin:generate-tags</name>
<description>Generate tags.xml skeleton for any jelly taglibs included in the plugin</description>
</goal>
<goal>
<name>plugin:install</name>
<description>Install the plugin in Maven's plugins dir</description>