You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by bo...@apache.org on 2009/03/25 15:37:29 UTC

svn commit: r758271 - /commons/proper/compress/trunk/pom.xml

Author: bodewig
Date: Wed Mar 25 14:37:27 2009
New Revision: 758271

URL: http://svn.apache.org/viewvc?rev=758271&view=rev
Log:
remove checkstyle plugin, COMPRESS-25

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=758271&r1=758270&r2=758271&view=diff
==============================================================================
--- commons/proper/compress/trunk/pom.xml (original)
+++ commons/proper/compress/trunk/pom.xml Wed Mar 25 14:37:27 2009
@@ -161,16 +161,6 @@
           </rulesets>
         </configuration>
       </plugin>
-      <!-- 2009-03-23 sgoeschl fix this is currently broken since there is no checkstyle.xml -->
-      <!--
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-checkstyle-plugin</artifactId>
-        <configuration>
-          <configLocation>checkstyle.xml</configLocation>
-        </configuration>
-      </plugin>
-      -->
     </plugins>
   </reporting>