Author: niallp
Date: Mon Mar 3 02:56:59 2008
New Revision: 633034
URL: http://svn.apache.org/viewvc?rev=633034&view=rev
Log:
Add clirr report
Modified:
commons/proper/net/branches/NET_2_0/pom.xml
Modified: commons/proper/net/branches/NET_2_0/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/net/branches/NET_2_0/pom.xml?rev=633034&r1=633033&r2=633034&view=diff
==============================================================================
--- commons/proper/net/branches/NET_2_0/pom.xml (original)
+++ commons/proper/net/branches/NET_2_0/pom.xml Mon Mar 3 02:56:59 2008
@@ -224,6 +224,15 @@
</reportSet>
</reportSets>
</plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>clirr-maven-plugin</artifactId>
+ <version>2.1</version>
+ <configuration>
+ <comparisonVersion>1.4.1</comparisonVersion>
+ <minSeverity>info</minSeverity>
+ </configuration>
+ </plugin>
</plugins>
</reporting>