Index: announcement/plugin.properties
===================================================================
RCS file: /home/cvspublic/maven-plugins/announcement/plugin.properties,v
retrieving revision 1.13
diff -u -r1.13 plugin.properties
--- announcement/plugin.properties 7 Aug 2004 16:00:27 -0000 1.13
+++ announcement/plugin.properties 28 Oct 2004 05:15:28 -0000
@@ -37,6 +37,9 @@
# Encoding to be used to generate the file
maven.announcement.encoding = UTF-8
+# Team name to be used in the announcement file
+maven.announcement.teamname = ${pom.groupId}
+
# IP address or name of the SMTP server used to send an announcement email
# maven.announcement.mail.server =
Index: announcement/src/plugin-resources/announcement.jsl
===================================================================
RCS file: /home/cvspublic/maven-plugins/announcement/src/plugin-resources/announcement.jsl,v
retrieving revision 1.13
diff -u -r1.13 announcement.jsl
--- announcement/src/plugin-resources/announcement.jsl 2 Jul 2004 20:57:16 -0000 1.13
+++ announcement/src/plugin-resources/announcement.jsl 28 Oct 2004 05:15:28 -0000
@@ -38,7 +38,7 @@
- The ${pom.groupId} team is pleased to announce the ${pom.name} ${versionVariable} release!
+ The ${maven.announcement.teamname} team is pleased to announce the ${pom.name} ${versionVariable} release!
@@ -117,7 +117,7 @@
Have fun!
--The ${pom.groupId} team
+-The ${maven.announcement.teamname} team