Author: vsiveton
Date: Sun Jan 6 06:21:07 2008
New Revision: 609317
URL: http://svn.apache.org/viewvc?rev=609317&view=rev
Log:
MNG-3219: Create a CLIRR/JarDiff setup for 2.0.x and 2.1.x
o added Clirr plugin to the reporting section
Modified:
maven/pom/trunk/maven/pom.xml
Modified: maven/pom/trunk/maven/pom.xml
URL:
http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=609317&r1=609316&r2=609317&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Sun Jan 6 06:21:07 2008
@@ -261,6 +261,10 @@
</links>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>clirr-maven-plugin</artifactId>
+ </plugin>
</plugins>
</reporting>
</profile>