You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2014/06/27 14:19:21 UTC

svn commit: r1606049 - /commons/proper/logging/trunk/pom.xml

Author: tn
Date: Fri Jun 27 12:19:21 2014
New Revision: 1606049

URL: http://svn.apache.org/r1606049
Log:
Disable findbugs: was enabled after upgrade of parent.

Modified:
    commons/proper/logging/trunk/pom.xml

Modified: commons/proper/logging/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/logging/trunk/pom.xml?rev=1606049&r1=1606048&r2=1606049&view=diff
==============================================================================
--- commons/proper/logging/trunk/pom.xml (original)
+++ commons/proper/logging/trunk/pom.xml Fri Jun 27 12:19:21 2014
@@ -496,6 +496,9 @@ under the License.
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>findbugs-maven-plugin</artifactId>
         <version>2.5.2</version>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>