Add docs
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:
@@ -5,7 +5,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-plugin-plugin</id>
|
||||
<name>Maven Plugin Plugin</name>
|
||||
<currentVersion>1.1</currentVersion>
|
||||
<currentVersion>1.2-SNAPSHOT</currentVersion>
|
||||
<description/>
|
||||
<shortDescription>Maven Plugin plugin</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/plugin/</url>
|
||||
|
||||
@@ -6,6 +6,10 @@
|
||||
</properties>
|
||||
|
||||
<body>
|
||||
<release version="1.2" date="in CVS">
|
||||
<action dev="dion" type="add">Add plugin:test goal</action>
|
||||
</release>
|
||||
|
||||
<release version="1.1" date="2003-09-29">
|
||||
<action dev="dion" type="add">
|
||||
Added plugin:download goal
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user