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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org