You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2008/06/24 15:58:32 UTC

svn commit: r671172 - /myfaces/orchestra/trunk/core/pom.xml

Author: skitching
Date: Tue Jun 24 06:58:31 2008
New Revision: 671172

URL: http://svn.apache.org/viewvc?rev=671172&view=rev
Log:
Enable the clirr report

Modified:
    myfaces/orchestra/trunk/core/pom.xml

Modified: myfaces/orchestra/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core/pom.xml?rev=671172&r1=671171&r2=671172&view=diff
==============================================================================
--- myfaces/orchestra/trunk/core/pom.xml (original)
+++ myfaces/orchestra/trunk/core/pom.xml Tue Jun 24 06:58:31 2008
@@ -333,6 +333,14 @@
               <tldDocDir>${basedir}/target/site/tlddoc</tldDocDir>
             </configuration>
           </plugin>
+          <plugin>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>clirr-maven-plugin</artifactId>
+            <version>2.2</version>
+            <configuration>
+            	<minSeverity>info</minSeverity>
+            </configuration>
+          </plugin>
         </plugins>
       </reporting>
     </profile>