You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ba...@apache.org on 2010/07/06 09:18:06 UTC

svn commit: r960830 - /tomcat/taglibs/standard/trunk/impl/pom.xml

Author: bayard
Date: Tue Jul  6 07:18:05 2010
New Revision: 960830

URL: http://svn.apache.org/viewvc?rev=960830&view=rev
Log:
Adding findbugs

Modified:
    tomcat/taglibs/standard/trunk/impl/pom.xml

Modified: tomcat/taglibs/standard/trunk/impl/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/impl/pom.xml?rev=960830&r1=960829&r2=960830&view=diff
==============================================================================
--- tomcat/taglibs/standard/trunk/impl/pom.xml (original)
+++ tomcat/taglibs/standard/trunk/impl/pom.xml Tue Jul  6 07:18:05 2010
@@ -193,6 +193,16 @@
         <artifactId>javancss-maven-plugin</artifactId>
         <version>2.0</version>
       </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>findbugs-maven-plugin</artifactId>
+        <version>1.2</version>
+        <configuration>
+          <threshold>Normal</threshold>
+          <effort>Default</effort>
+<!--          <excludeFilterFile>${basedir}/findbugs-exclude-filter.xml</excludeFilterFile> -->
+       </configuration>
+      </plugin>
     </plugins>
   </reporting>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org