Author: niallp
Date: Thu May 22 19:08:50 2008
New Revision: 659363
URL: http://svn.apache.org/viewvc?rev=659363&view=rev
Log:
Add findbugs plugin
Modified:
commons/proper/chain/trunk/pom.xml
Modified: commons/proper/chain/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/chain/trunk/pom.xml?rev=659363&r1=659362&r2=659363&view=diff
==============================================================================
--- commons/proper/chain/trunk/pom.xml (original)
+++ commons/proper/chain/trunk/pom.xml Thu May 22 19:08:50 2008
@@ -253,6 +253,15 @@
</links>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>findbugs-maven-plugin</artifactId>
+ <version>1.2</version>
+ <configuration>
+ <threshold>Normal</threshold>
+ <effort>Default</effort>
+ </configuration>
+ </plugin>
</plugins>
</reporting>