You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2012/03/03 03:11:46 UTC

svn commit: r1296558 - /commons/proper/commons-build-plugin/trunk/pom.xml

Author: ggregory
Date: Sat Mar  3 02:11:46 2012
New Revision: 1296558

URL: http://svn.apache.org/viewvc?rev=1296558&view=rev
Log:
Add JIRA report.

Modified:
    commons/proper/commons-build-plugin/trunk/pom.xml

Modified: commons/proper/commons-build-plugin/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-build-plugin/trunk/pom.xml?rev=1296558&r1=1296557&r2=1296558&view=diff
==============================================================================
--- commons/proper/commons-build-plugin/trunk/pom.xml (original)
+++ commons/proper/commons-build-plugin/trunk/pom.xml Sat Mar  3 02:11:46 2012
@@ -131,6 +131,24 @@
     </build>
     <reporting>
         <plugins>
+              <plugin>
+                  <groupId>org.apache.maven.plugins</groupId>
+                  <artifactId>maven-changes-plugin</artifactId>
+                  <version>2.6</version>
+                  <configuration>
+                      <issueLinkTemplatePerSystem>
+                          <default>%URL%/%ISSUE%</default>
+                      </issueLinkTemplatePerSystem>
+                  </configuration>
+                  <reportSets>
+                      <reportSet>
+                          <reports>
+                              <report>changes-report</report>
+                              <report>jira-report</report>
+                        </reports>
+                    </reportSet>
+                </reportSets>
+            </plugin>        
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>