Can this be optional? Or at least shown to be optional in the announcement?
I don't really want to add that to announcements where it is actually published to ibiblio.
It also will display the publishers remote repo, which is not necessarily correct. It could have 5 unrelated repositories in there.
- Brett
[EMAIL PROTECTED] wrote:
vmassol 2004/10/31 04:33:25
Modified: announcement project.xml
announcement/src/plugin-resources announcement.jsl
announcement/xdocs changes.xml
Log:
Fixed MPANNOUNCEMENT-16: Add information about the Maven remote repo to use in the generated download instructions.
Revision Changes Path
1.29 +1 -1 maven-plugins/announcement/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven-plugins/announcement/project.xml,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- project.xml 10 Aug 2004 19:03:27 -0000 1.28
+++ project.xml 31 Oct 2004 12:33:25 -0000 1.29
@@ -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>>
<shortDescription>Produce release announcement</shortDescription>
<url>http://maven.apache.org/reference/plugins/announcement/</url>
1.14 +2 -1 maven-plugins/announcement/src/plugin-resources/announcement.jsl
Index: announcement.jsl
===================================================================
RCS file: /home/cvs/maven-plugins/announcement/src/plugin-resources/announcement.jsl,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- announcement.jsl 2 Jul 2004 20:57:16 -0000 1.13
+++ announcement.jsl 31 Oct 2004 12:33:25 -0000 1.14
@@ -105,7 +105,8 @@
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}
1.27 +6 -0 maven-plugins/announcement/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven-plugins/announcement/xdocs/changes.xml,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- changes.xml 10 Aug 2004 19:03:28 -0000 1.26
+++ changes.xml 31 Oct 2004 12:33:25 -0000 1.27
@@ -24,6 +24,12 @@
<author email="[EMAIL PROTECTED]">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.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
