Added plugin:download goal

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114031 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion
2003-09-18 07:26:25 +00:00
parent b7dbda464e
commit 73f8606af1
3 changed files with 23 additions and 2 deletions

View File

@@ -7,6 +7,9 @@
<body>
<release version="1.1" date="in CVS">
<action dev="dion" type="add">
Added plugin:download goal
</action>
<action dev="evenisse" type="fix">
Fixed MAVEN-708. Fix the goals description generation if there is no plugin.jelly file.
</action>

View File

@@ -15,6 +15,13 @@
<name>plugin:deploy</name>
<description>Install an unpacked version of the plugin</description>
</goal>
<goal>
<name>plugin:download</name>
<description>
Download and install plugin from the remote repos.
Must provide groupId, artifactId and version variables.
</description>
</goal>
<goal>
<name>plugin:generate-docs</name>
<description>Generate navigation, goals and properties docs</description>