You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2011/03/17 06:24:15 UTC

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

Author: ltheussl
Date: Thu Mar 17 05:24:15 2011
New Revision: 1082399

URL: http://svn.apache.org/viewvc?rev=1082399&view=rev
Log:
[MCHECKSTYLE-156] plugin fails to build on Mac OS

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=1082399&r1=1082398&r2=1082399&view=diff
==============================================================================
--- maven/plugins/trunk/maven-checkstyle-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-checkstyle-plugin/pom.xml Thu Mar 17 05:24:15 2011
@@ -178,6 +178,13 @@ under the License.
       <groupId>com.puppycrawl.tools</groupId>
       <artifactId>checkstyle</artifactId>
       <version>5.3</version>
+      <exclusions>
+        <!-- MCHECKSTYLE-156 -->
+        <exclusion>
+          <groupId>com.sun</groupId>
+          <artifactId>tools</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
 
     <!-- misc -->