Author: jstrachan
Date: Fri May 4 07:21:55 2007
New Revision: 535253
URL: http://svn.apache.org/viewvc?view=rev&rev=535253
Log:
added findbugs report
Modified:
activemq/camel/trunk/pom.xml
Modified: activemq/camel/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/camel/trunk/pom.xml?view=diff&rev=535253&r1=535252&r2=535253
==============================================================================
--- activemq/camel/trunk/pom.xml (original)
+++ activemq/camel/trunk/pom.xml Fri May 4 07:21:55 2007
@@ -546,6 +546,10 @@
<!--<aggregate>true</aggregate>-->
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>findbugs-maven-plugin</artifactId>
+ </plugin>
</plugins>
</reporting>