You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2011/05/01 13:21:01 UTC

svn commit: r1098260 - /maven/plugins/trunk/maven-gpg-plugin/pom.xml

Author: dennisl
Date: Sun May  1 11:21:01 2011
New Revision: 1098260

URL: http://svn.apache.org/viewvc?rev=1098260&view=rev
Log:
Document the Changes Plugin configuration.

Modified:
    maven/plugins/trunk/maven-gpg-plugin/pom.xml

Modified: maven/plugins/trunk/maven-gpg-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-gpg-plugin/pom.xml?rev=1098260&r1=1098259&r2=1098260&view=diff
==============================================================================
--- maven/plugins/trunk/maven-gpg-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-gpg-plugin/pom.xml Sun May  1 11:21:01 2011
@@ -99,8 +99,10 @@ under the License.
             <generateJiraAnnouncement>true</generateJiraAnnouncement>
             <maxEntries>1000</maxEntries>
             <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
-            <subject>[ANN] ${project.name} ${project.version} Released</subject>
+            <!-- Used by announcement-generate goal -->
             <templateDirectory>org/apache/maven/plugins</templateDirectory>
+            <!-- Used by announcement-mail goal -->
+            <subject>[ANN] ${project.name} ${project.version} Released</subject>
             <toAddresses>
               <toAddress implementation="java.lang.String">announce@maven.apache.org</toAddress>
               <toAddress implementation="java.lang.String">users@maven.apache.org</toAddress>
@@ -111,6 +113,7 @@ under the License.
             <smtpHost>${smtp.host}</smtpHost>
           </configuration>
           <dependencies>
+            <!-- Used by announcement-generate goal -->
             <dependency>
               <groupId>org.apache.maven.shared</groupId>
               <artifactId>maven-shared-resources</artifactId>