You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by js...@apache.org on 2007/06/25 09:02:37 UTC

svn commit: r550393 - /activemq/trunk/activemq-core/pom.xml

Author: jstrachan
Date: Mon Jun 25 00:02:36 2007
New Revision: 550393

URL: http://svn.apache.org/viewvc?view=rev&rev=550393
Log:
applied patch from: http://www.nabble.com/forum/ViewPost.jtp?post=11263125&framed=y&skin=2354

Modified:
    activemq/trunk/activemq-core/pom.xml

Modified: activemq/trunk/activemq-core/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/pom.xml?view=diff&rev=550393&r1=550392&r2=550393
==============================================================================
--- activemq/trunk/activemq-core/pom.xml (original)
+++ activemq/trunk/activemq-core/pom.xml Mon Jun 25 00:02:36 2007
@@ -237,7 +237,17 @@
           </groups>
         </configuration>
       </plugin>
-		</plugins>
+
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>findbugs-maven-plugin</artifactId>
+        <version>1.1</version>
+        <configuration>
+          <threshold>Normal</threshold>
+          <effort>Default</effort>
+        </configuration>
+      </plugin>
+    </plugins>
 	</reporting>
 	
   <build>