You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2007/01/26 08:27:33 UTC

svn commit: r500164 - /cocoon/trunk/pom.xml

Author: reinhard
Date: Thu Jan 25 23:27:32 2007
New Revision: 500164

URL: http://svn.apache.org/viewvc?view=rev&rev=500164
Log:
comment checkstyle plugin too

Modified:
    cocoon/trunk/pom.xml

Modified: cocoon/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/pom.xml?view=diff&rev=500164&r1=500163&r2=500164
==============================================================================
--- cocoon/trunk/pom.xml (original)
+++ cocoon/trunk/pom.xml Thu Jan 25 23:27:32 2007
@@ -708,8 +708,9 @@
             </reports>
           </reportSet>
         </reportSets>
-      </plugin>      
-      <plugin>
+      </plugin>
+      <!-- Doesn't work because the maven-report extension needs to be released before. -->     
+      <!--plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
         <version>2.1</version>
@@ -717,7 +718,7 @@
           <configLocation>org/apache/cocoon/maven/reports/checkstyle.xml</configLocation>
           <headerLocation>org/apache/cocoon/maven/reports/checkstyle-header.txt</headerLocation>
         </configuration>
-      </plugin>
+      </plugin-->
     </plugins>
   </reporting>