aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorEmmanuel Bourg <ebourg@apache.org>2014-09-26 20:08:23 +0000
committerEmmanuel Bourg <ebourg@apache.org>2014-09-26 20:08:23 +0000
commit2d421fb00dd746af71d319cb6f4c1cb4696111bd (patch)
treeb20999b32702fe7e0587adafff99d6eeb6687d4d /pom.xml
parent3b451047534be7ab6e101272c4b649dd73a94088 (diff)
downloadapache-commons-bcel-2d421fb00dd746af71d319cb6f4c1cb4696111bd.tar.gz
Configure the findbugs plugin to generate a report in English
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1627871 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 2a11853e..33f67085 100644
--- a/pom.xml
+++ b/pom.xml
@@ -273,6 +273,10 @@
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>2.5.4</version>
+ <configuration>
+ <fork>true</fork>
+ <jvmArgs>-Duser.language=en</jvmArgs>
+ </configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>