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:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user