Author: grobmeier Date: Fri Mar 8 08:30:43 2013 New Revision: 1454279 URL: http://svn.apache.org/r1454279 Log: enabled findbug filter again
Modified: commons/proper/ognl/trunk/pom.xml Modified: commons/proper/ognl/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/ognl/trunk/pom.xml?rev=1454279&r1=1454278&r2=1454279&view=diff ============================================================================== --- commons/proper/ognl/trunk/pom.xml (original) +++ commons/proper/ognl/trunk/pom.xml Fri Mar 8 08:30:43 2013 @@ -359,7 +359,7 @@ limitations under the License. <configuration> <threshold>Normal</threshold> <effort>Default</effort> - <!-- <excludeFilterFile>${basedir}/findbugs-exclude-filter.xml</excludeFilterFile> --> + <excludeFilterFile>findbugs-exclude-filter.xml</excludeFilterFile> </configuration> </plugin> <plugin>