- Added information in the generated announcement to indicate from where the plugin can be downloaded.

- Added information in the generated announcement to indicate how to install the plugin using the <code>plugin:download</code> goal.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115124 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol
2004-05-01 09:57:43 +00:00
parent 20ee1f369d
commit b22cb30433
2 changed files with 19 additions and 2 deletions

View File

@@ -92,8 +92,17 @@ Changes in this version include:</j:whitespace>
<j:whitespace trim="false">
You can download the ${pom.name} here:
${pom.url}
To automatically install the plugin, type the following on a single line:
maven plugin:download
-DgroupId=${pom.groupId}
-DartifactId=${pom.artifactId}
-Dversion=${versionVariable}
For a manual installation, you can download the ${pom.name}
here:
${maven.repo.remote}/${pom.groupId}/plugins/${pom.artifactId}-${versionVariable}.jar
Have fun!
-The development team

View File

@@ -25,6 +25,14 @@
</properties>
<body>
<release version="1.1" date="in CVS">
<action dev="vmassol" type="add">
Added information in the generated announcement to indicate from
where the plugin can be downloaded.
</action>
<action dev="vmassol" type="add">
Added information in the generated announcement to indicate how to
install the plugin using the <code>plugin:download</code> goal.
</action>
<action dev="dion" type="update">
Added maven.announcement.file property and echo'd it during generation
</action>