Author: simonetripodi
Date: Sat Oct 15 22:18:30 2011
New Revision: 1183745
URL: http://svn.apache.org/viewvc?rev=1183745&view=rev
Log:
added the changes plaugin
Modified:
commons/proper/functor/trunk/pom.xml
Modified: commons/proper/functor/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/functor/trunk/pom.xml?rev=1183745&r1=1183744&r2=1183745&view=diff
==============================================================================
--- commons/proper/functor/trunk/pom.xml (original)
+++ commons/proper/functor/trunk/pom.xml Sat Oct 15 22:18:30 2011
@@ -148,6 +148,22 @@
<reporting>
<plugins>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-changes-plugin</artifactId>
+ <version>2.3</version>
+ <configuration>
+ <issueLinkTemplate>%URL%/../%ISSUE%</issueLinkTemplate>
+ </configuration>
+ <reportSets>
+ <reportSet>
+ <reports>
+ <report>changes-report</report>
+ <report>jira-report</report>
+ </reports>
+ </reportSet>
+ </reportSets>
+ </plugin>
+ <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>2.3.2</version>