Author: bodewig
Date: Sun Aug 7 06:27:48 2011
New Revision: 1154661
URL: http://svn.apache.org/viewvc?rev=1154661&view=rev
Log:
add findbugs report
Modified:
commons/proper/compress/trunk/pom.xml
Modified: commons/proper/compress/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/compress/trunk/pom.xml?rev=1154661&r1=1154660&r2=1154661&view=diff
==============================================================================
--- commons/proper/compress/trunk/pom.xml (original)
+++ commons/proper/compress/trunk/pom.xml Sun Aug 7 06:27:48 2011
@@ -237,6 +237,16 @@
<minSeverity>info</minSeverity>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>findbugs-maven-plugin</artifactId>
+ <version>2.3.2</version>
+ <configuration>
+ <threshold>Normal</threshold>
+ <effort>Default</effort>
+
<!--excludeFilterFile>${basedir}/findbugs-exclude-filter.xml</excludeFilterFile-->
+ </configuration>
+ </plugin>
</plugins>
</reporting>