Fix plugin:download to not delete the plugin just downloaded!

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114473 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
epugh
2003-12-10 21:55:24 +00:00
parent 5f9e553302
commit e50953ba61
4 changed files with 28 additions and 19 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:uninstall</name>
<description>Uninstall all versions of the plugin in Maven's plugins dir</description>
</goal>
<goal>
<name>plugin:test</name>
<description>Run a plugin's test project</description>