Author: rpopma
Date: Wed May  1 15:17:05 2013
New Revision: 1478046

URL: http://svn.apache.org/r1478046
Log:
don't fork findbugs: forking will use native OS encoding instead of master 
pom.xml locale causing issues when building site on Japanese windows

Modified:
    logging/log4j/log4j2/trunk/api/pom.xml

Modified: logging/log4j/log4j2/trunk/api/pom.xml
URL: 
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/api/pom.xml?rev=1478046&r1=1478045&r2=1478046&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/api/pom.xml (original)
+++ logging/log4j/log4j2/trunk/api/pom.xml Wed May  1 15:17:05 2013
@@ -121,6 +121,7 @@
         <artifactId>findbugs-maven-plugin</artifactId>
         <version>2.3.2</version>
         <configuration>
+          <fork>false</fork>
           <threshold>Normal</threshold>
           <effort>Default</effort>
           
<excludeFilterFile>${log4jParentDir}/findbugs-exclude-filter.xml</excludeFilterFile>


Reply via email to