You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2006/10/09 22:39:50 UTC

svn commit: r454497 - /myfaces/tobago/trunk/pom.xml

Author: bommel
Date: Mon Oct  9 13:39:50 2006
New Revision: 454497

URL: http://svn.apache.org/viewvc?view=rev&rev=454497
Log:
some cleanups

Modified:
    myfaces/tobago/trunk/pom.xml

Modified: myfaces/tobago/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/pom.xml?view=diff&rev=454497&r1=454496&r2=454497
==============================================================================
--- myfaces/tobago/trunk/pom.xml (original)
+++ myfaces/tobago/trunk/pom.xml Mon Oct  9 13:39:50 2006
@@ -260,13 +260,13 @@
       </plugin>
 -->
 
-      <plugin>
+      <!--<plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>clirr-maven-plugin</artifactId>
         <configuration>
           <minSeverity>info</minSeverity>
         </configuration>
-      </plugin>
+      </plugin>-->
 
       <!-- pmd has problems with annotations -->
       <plugin>
@@ -614,6 +614,33 @@
         <module>tobago-assembly</module>
       </modules>
     </profile>
+    <!--<profile>
+      <id>generate-site</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-checkstyle-plugin</artifactId>
+            <executions>
+              <execution>
+                <id>check</id>
+                <goals>
+                  <goal>check</goal>
+                </goals>
+                <configuration>
+                  <configLocation>org/apache/myfaces/tobago/checkstyle.xml</configLocation>
+                  <xrefLocation>xref</xrefLocation>
+                  <excludes>**/package-info.java</excludes>
+                  <sourceEncoding>utf-8</sourceEncoding>
+                  <minimumTokens>100</minimumTokens>
+                  <targetJdk>1.5</targetJdk>
+                </configuration>
+              </execution>
+            </executions>          
+          </plugin>
+        </plugins>
+      </build>
+    </profile>-->
   </profiles>
   <properties>
     <myfaces.version>1.1.4</myfaces.version>