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 2007/02/14 00:03:52 UTC

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

Author: bommel
Date: Tue Feb 13 15:03:52 2007
New Revision: 507287

URL: http://svn.apache.org/viewvc?view=rev&rev=507287
Log:
disable clirr

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=507287&r1=507286&r2=507287
==============================================================================
--- myfaces/tobago/trunk/pom.xml (original)
+++ myfaces/tobago/trunk/pom.xml Tue Feb 13 15:03:52 2007
@@ -290,13 +290,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>