You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by dw...@apache.org on 2010/06/14 23:38:15 UTC

svn commit: r954654 - /openjpa/trunk/pom.xml

Author: dwoods
Date: Mon Jun 14 21:38:14 2010
New Revision: 954654

URL: http://svn.apache.org/viewvc?rev=954654&view=rev
Log:
OPENJPA-1700 Setup findbugs-maven-plugin to allow for manual usage

Modified:
    openjpa/trunk/pom.xml

Modified: openjpa/trunk/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/pom.xml?rev=954654&r1=954653&r2=954654&view=diff
==============================================================================
--- openjpa/trunk/pom.xml (original)
+++ openjpa/trunk/pom.xml Mon Jun 14 21:38:14 2010
@@ -869,6 +869,11 @@
                     <artifactId>openjpa-maven-plugin</artifactId>
                     <version>1.1</version>
                 </plugin>
+                <plugin>
+                    <groupId>org.codehaus.mojo</groupId>
+                    <artifactId>findbugs-maven-plugin</artifactId>
+                    <version>2.3.1</version>
+                </plugin>
             </plugins>
         </pluginManagement>
 
@@ -989,6 +994,12 @@
                 </executions>
             </plugin>
             -->
+            <!-- Don't include in all builds for now
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>findbugs-maven-plugin</artifactId>
+            </plugin>
+            -->
         </plugins>
     </build>
 
@@ -1029,6 +1040,10 @@
                     <excludes>**/*_.java</excludes>
                 </configuration>
             </plugin>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>findbugs-maven-plugin</artifactId>
+            </plugin>
         </plugins>
     </reporting>