Author: bodewig
Date: Mon Mar 23 12:25:59 2009
New Revision: 757383

URL: http://svn.apache.org/viewvc?rev=757383&view=rev
Log:
disable checkstyle plugin since we don't provide a configuration and the site 
goal is broken when we leave the plugin in

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

Modified: commons/proper/compress/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/compress/trunk/pom.xml?rev=757383&r1=757382&r2=757383&view=diff
==============================================================================
--- commons/proper/compress/trunk/pom.xml (original)
+++ commons/proper/compress/trunk/pom.xml Mon Mar 23 12:25:59 2009
@@ -120,7 +120,7 @@
   </build>
 
   <reporting>
-    <plugins>
+    <!--plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
@@ -128,7 +128,7 @@
           <configLocation>checkstyle.xml</configLocation>
         </configuration>
       </plugin>
-    </plugins>
+    </plugins-->
   </reporting>
 
 </project>


Reply via email to