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/04/22 01:47:22 UTC

svn commit: r650320 - /commons/proper/beanutils/trunk/pom.xml

Author: niallp
Date: Mon Apr 21 16:47:20 2008
New Revision: 650320

URL: http://svn.apache.org/viewvc?rev=650320&view=rev
Log:
Add clirr report and specify checkstyle plugin version

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

Modified: commons/proper/beanutils/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/pom.xml?rev=650320&r1=650319&r2=650320&view=diff
==============================================================================
--- commons/proper/beanutils/trunk/pom.xml (original)
+++ commons/proper/beanutils/trunk/pom.xml Mon Apr 21 16:47:20 2008
@@ -253,9 +253,19 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-checkstyle-plugin</artifactId>
+                <version>2.1</version>
                 <configuration>
                     <configLocation>checkstyle.xml</configLocation>
                     <enableRulesSummary>false</enableRulesSummary>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>clirr-maven-plugin</artifactId>
+                <version>2.2</version>
+                <configuration>
+                    <comparisonVersion>1.8.0-BETA</comparisonVersion>
+                    <minSeverity>info</minSeverity>
                 </configuration>
             </plugin>
         </plugins>