You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by eb...@apache.org on 2008/07/29 16:53:25 UTC

svn commit: r680722 - /commons/proper/cli/branches/cli-1.x/pom.xml

Author: ebourg
Date: Tue Jul 29 07:53:24 2008
New Revision: 680722

URL: http://svn.apache.org/viewvc?rev=680722&view=rev
Log:
Added the clirr report

Modified:
    commons/proper/cli/branches/cli-1.x/pom.xml

Modified: commons/proper/cli/branches/cli-1.x/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/cli/branches/cli-1.x/pom.xml?rev=680722&r1=680721&r2=680722&view=diff
==============================================================================
--- commons/proper/cli/branches/cli-1.x/pom.xml (original)
+++ commons/proper/cli/branches/cli-1.x/pom.xml Tue Jul 29 07:53:24 2008
@@ -168,7 +168,6 @@
         <artifactId>maven-ant-plugin</artifactId>
         <version>2.1.1-SNAPSHOT</version>
       </plugin>
-
     </plugins>
   </build>
 
@@ -209,6 +208,14 @@
         <artifactId>cobertura-maven-plugin</artifactId>
         <version>2.2</version>
       </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>clirr-maven-plugin</artifactId>
+        <version>2.2.1</version>
+        <configuration>
+          <comparisonVersion>1.1</comparisonVersion>
+        </configuration>
+      </plugin>
     </plugins>
   </reporting>
 </project>