Ver código fonte

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
tags/REL_3_15_BETA2
Dominik Stadler 8 anos atrás
pai
commit
48b7a76300
2 arquivos alterados com 2 adições e 2 exclusões
  1. 1
    1
      sonar/main/pom.xml
  2. 1
    1
      sonar/ooxml/pom.xml

+ 1
- 1
sonar/main/pom.xml Ver arquivo

@@ -103,7 +103,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>${maven.plugin.surefire.version}</version>
<configuration>
<argLine>-Xmx1024m -XX:MaxPermSize=256m -XX:-OmitStackTraceInFastThrow</argLine>
<argLine>-Duser.language=en -Duser.country=US -Xmx1024m -XX:MaxPermSize=256m -XX:-OmitStackTraceInFastThrow</argLine>
</configuration>
</plugin>
</plugins>

+ 1
- 1
sonar/ooxml/pom.xml Ver arquivo

@@ -93,7 +93,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>${maven.plugin.surefire.version}</version>
<configuration>
<argLine>-Xmx1024m -XX:MaxPermSize=256m -XX:-OmitStackTraceInFastThrow</argLine>
<argLine>-Duser.language=en -Duser.country=US -Xmx1024m -XX:MaxPermSize=256m -XX:-OmitStackTraceInFastThrow</argLine>
</configuration>
</plugin>
</plugins>

Carregando…
Cancelar
Salvar