git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114133 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion
2003-09-30 23:30:32 +00:00
parent 3aacc09979
commit 530c7512cc
3 changed files with 9 additions and 1 deletions

View File

@@ -42,6 +42,10 @@
<name>plugin:install</name>
<description>Install the plugin in Maven's plugins dir</description>
</goal>
<goal>
<name>plugin:test</name>
<description>Run a plugin's test project</description>
</goal>
</goals>
</body>
</document>