You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2008/03/09 13:08:26 UTC

svn commit: r635227 - /commons/proper/codec/trunk/pom.xml

Author: niallp
Date: Sun Mar  9 05:08:25 2008
New Revision: 635227

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

Modified:
    commons/proper/codec/trunk/pom.xml

Modified: commons/proper/codec/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=635227&r1=635226&r2=635227&view=diff
==============================================================================
--- commons/proper/codec/trunk/pom.xml (original)
+++ commons/proper/codec/trunk/pom.xml Sun Mar  9 05:08:25 2008
@@ -238,6 +238,15 @@
           <artifactId>findbugs-maven-plugin</artifactId>
           <version>1.1.1</version>
         </plugin>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>clirr-maven-plugin</artifactId>
+          <version>2.1</version>
+          <configuration>
+            <comparisonVersion>1.3</comparisonVersion>
+            <minSeverity>info</minSeverity>
+          </configuration>
+        </plugin>
       </plugins>
     </reporting>