Fixed MPANNOUNCEMENT-16: Add information about the Maven remote repo to use in the generated download instructions.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116196 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol
2004-10-31 12:33:25 +00:00
parent ec7a324cbf
commit ced90e01a1
3 changed files with 9 additions and 2 deletions

View File

@@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-announcement-plugin</id>
<name>Maven Announcement Plugin</name>
<currentVersion>1.3</currentVersion>
<currentVersion>1.4-SNAPSHOT</currentVersion>
<description>The Announcement plugin generates release announcements. It uses the information found in both the POM and in the changes.xml file to generate the announcement text.</description>&gt;
<shortDescription>Produce release announcement</shortDescription>
<url>http://maven.apache.org/reference/plugins/announcement/</url>

View File

@@ -105,7 +105,8 @@ Changes in this version include:</j:whitespace>
To automatically install the plugin, type the following on a single line:
maven plugin:download
maven plugin:download
-Dmaven.repo.remote=${maven.repo.remote}
-DgroupId=${pom.groupId}
-DartifactId=${pom.artifactId}
-Dversion=${versionVariable}

View File

@@ -24,6 +24,12 @@
<author email="vmassol@apache.org">Vincent Massol</author>
</properties>
<body>
<release version="1.4-SNAPSHOT" date="in CVS">
<action dev="vmassol" type="add" issue="MPANNOUNCEMENT-16">
Add information about the Maven remote repo to use in the generated download
instructions.
</action>
</release>
<release version="1.3" date="2004-08-10">
<action dev="vmassol" type="add" issue="MPANNOUNCEMENT-14" due-to="Felipe Leme">Added check to verify that the POM has a
<code>version</code>element for the announcement to be generated.