You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2008/04/16 23:59:27 UTC

svn commit: r648873 - /maven/plugins/trunk/maven-checkstyle-plugin/pom.xml

Author: dennisl
Date: Wed Apr 16 14:59:25 2008
New Revision: 648873

URL: http://svn.apache.org/viewvc?rev=648873&view=rev
Log:
[MCHECKSTYLE-90] Checkstyle-2.2-SNAPSHOT not working with Maven 2.0.9

Modified:
    maven/plugins/trunk/maven-checkstyle-plugin/pom.xml

Modified: maven/plugins/trunk/maven-checkstyle-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/pom.xml?rev=648873&r1=648872&r2=648873&view=diff
==============================================================================
--- maven/plugins/trunk/maven-checkstyle-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-checkstyle-plugin/pom.xml Wed Apr 16 14:59:25 2008
@@ -151,6 +151,11 @@
       <version>1.1.2</version>
       <exclusions>
         <exclusion>
+          <!-- Use the version specified by checkstyle:checkstyle instead -->
+          <artifactId>commons-collections</artifactId>
+          <groupId>commons-collections</groupId>
+        </exclusion>
+        <exclusion>
           <artifactId>plexus-utils</artifactId>
           <groupId>plexus</groupId>
         </exclusion>