Author: wsmoak
Date: Sun Sep 24 16:43:11 2006
New Revision: 449524
URL: http://svn.apache.org/viewvc?view=rev&rev=449524
Log:
Add the FindBugs plugin for reporting.
See http://mojo.codehaus.org/findbugs-maven-plugin/howto.html for
configuration.
Modified:
shale/framework/trunk/pom.xml
Modified: shale/framework/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/shale/framework/trunk/pom.xml?view=diff&rev=449524&r1=449523&r2=449524
==============================================================================
--- shale/framework/trunk/pom.xml (original)
+++ shale/framework/trunk/pom.xml Sun Sep 24 16:43:11 2006
@@ -328,6 +328,10 @@
<plugin>
<artifactId>maven-pmd-plugin</artifactId>
</plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>findbugs-maven-plugin</artifactId>
+ </plugin>
</plugins>
</reporting>