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>