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