You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2011/02/23 06:37:57 UTC

svn commit: r1073602 - /myfaces/shared/trunk/pom.xml

Author: lu4242
Date: Wed Feb 23 05:37:57 2011
New Revision: 1073602

URL: http://svn.apache.org/viewvc?rev=1073602&view=rev
Log:
temporally remove checkstyle report because it breaks site generation

Modified:
    myfaces/shared/trunk/pom.xml

Modified: myfaces/shared/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/shared/trunk/pom.xml?rev=1073602&r1=1073601&r2=1073602&view=diff
==============================================================================
--- myfaces/shared/trunk/pom.xml (original)
+++ myfaces/shared/trunk/pom.xml Wed Feb 23 05:37:57 2011
@@ -199,6 +199,7 @@
           <reportSet />
         </reportSets>
       </plugin>
+      <!-- Temporally removed due error on site generation
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
@@ -208,6 +209,7 @@
           <headerLocation>default/myfaces-header-spaces.txt</headerLocation>
         </configuration>
       </plugin>
+      -->
     </plugins>
   </reporting>