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 2008/02/08 21:37:37 UTC

svn commit: r619994 - /maven/plugins/trunk/maven-changes-plugin/pom.xml

Author: dennisl
Date: Fri Feb  8 12:37:35 2008
New Revision: 619994

URL: http://svn.apache.org/viewvc?rev=619994&view=rev
Log:
o Configure announcements for this plugin.

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

Modified: maven/plugins/trunk/maven-changes-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/pom.xml?rev=619994&r1=619993&r2=619994&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changes-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-changes-plugin/pom.xml Fri Feb  8 12:37:35 2008
@@ -304,6 +304,8 @@
         <artifactId>maven-changes-plugin</artifactId>
         <version>${pom.version}</version>
         <configuration>
+          <!-- For Announcement -->
+          <generateJiraAnnouncement>true</generateJiraAnnouncement>
           <!-- For Changes-report -->
           <xmlPath>${basedir}/src/site/changes/sample-changes.xml</xmlPath>
           <!-- For JIRA-report -->