You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2011/04/07 01:01:48 UTC

svn commit: r1089662 - /commons/proper/net/trunk/pom.xml

Author: sebb
Date: Wed Apr  6 23:01:48 2011
New Revision: 1089662

URL: http://svn.apache.org/viewvc?rev=1089662&view=rev
Log:
Enable Findbugs filter file

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

Modified: commons/proper/net/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/pom.xml?rev=1089662&r1=1089661&r2=1089662&view=diff
==============================================================================
--- commons/proper/net/trunk/pom.xml (original)
+++ commons/proper/net/trunk/pom.xml Wed Apr  6 23:01:48 2011
@@ -299,6 +299,9 @@ Supported protocols include: Echo, Finge
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>findbugs-maven-plugin</artifactId>
+                <configuration>
+                    <excludeFilterFile>findbugs-exclude-filter.xml</excludeFilterFile>
+                </configuration>
             </plugin>
 
             <plugin>