You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by re...@apache.org on 2018/06/22 11:40:38 UTC

svn commit: r1834117 - /jackrabbit/oak/trunk/pom.xml

Author: reschke
Date: Fri Jun 22 11:40:38 2018
New Revision: 1834117

URL: http://svn.apache.org/viewvc?rev=1834117&view=rev
Log:
OAK-7579: remove obsolete findbugs reference from reactor pom

Modified:
    jackrabbit/oak/trunk/pom.xml

Modified: jackrabbit/oak/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/pom.xml?rev=1834117&r1=1834116&r2=1834117&view=diff
==============================================================================
--- jackrabbit/oak/trunk/pom.xml (original)
+++ jackrabbit/oak/trunk/pom.xml Fri Jun 22 11:40:38 2018
@@ -104,16 +104,6 @@
     </plugins>
   </build>
 
-  <reporting>
-    <plugins>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>findbugs-maven-plugin</artifactId>
-        <version>${findbugs.version}</version>
-      </plugin>
-    </plugins>
-  </reporting>
-
   <profiles>
     <profile>
       <id>doc</id>