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

@@ -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>

View File

@@ -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

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>