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>


Reply via email to