From: Dominik Stadler Date: Sat, 11 Jun 2016 17:03:46 +0000 (+0000) Subject: Set the correct locale for tests in the Sonar-Maven files to not fail on CI machines... X-Git-Tag: REL_3_15_BETA2~145 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=48b7a76300caf48837194420ea5c550d7a5a9414;p=poi.git Set the correct locale for tests in the Sonar-Maven files to not fail on CI machines that have a different locale set git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747914 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/sonar/main/pom.xml b/sonar/main/pom.xml index 35180aa55c..c2d81ecb31 100644 --- a/sonar/main/pom.xml +++ b/sonar/main/pom.xml @@ -103,7 +103,7 @@ maven-surefire-plugin ${maven.plugin.surefire.version} - -Xmx1024m -XX:MaxPermSize=256m -XX:-OmitStackTraceInFastThrow + -Duser.language=en -Duser.country=US -Xmx1024m -XX:MaxPermSize=256m -XX:-OmitStackTraceInFastThrow diff --git a/sonar/ooxml/pom.xml b/sonar/ooxml/pom.xml index 9d1e40ce6a..dd5551884f 100644 --- a/sonar/ooxml/pom.xml +++ b/sonar/ooxml/pom.xml @@ -93,7 +93,7 @@ maven-surefire-plugin ${maven.plugin.surefire.version} - -Xmx1024m -XX:MaxPermSize=256m -XX:-OmitStackTraceInFastThrow + -Duser.language=en -Duser.country=US -Xmx1024m -XX:MaxPermSize=256m -XX:-OmitStackTraceInFastThrow