Author: niallp
Date: Sun Apr 25 12:04:14 2010
New Revision: 937785

URL: http://svn.apache.org/viewvc?rev=937785&view=rev
Log:
Add ${basedir} to <excludeFilterFile> path configuration

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

Modified: commons/proper/lang/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=937785&r1=937784&r2=937785&view=diff
==============================================================================
--- commons/proper/lang/trunk/pom.xml (original)
+++ commons/proper/lang/trunk/pom.xml Sun Apr 25 12:04:14 2010
@@ -501,7 +501,7 @@
         <configuration>
           <threshold>Normal</threshold>
           <effort>Default</effort>
-          <excludeFilterFile>findbugs-exclude-filter.xml</excludeFilterFile>
+          
<excludeFilterFile>${basedir}/findbugs-exclude-filter.xml</excludeFilterFile>
        </configuration>
       </plugin>
       <plugin>


Reply via email to