Issue #1394 - hardcoding locale in surefire testing too

This commit is contained in:
Joakim Erdfelt 2017-03-13 11:17:53 -07:00
parent f293f637c8
commit 3168e2b1e5
1 changed files with 1 additions and 1 deletions

View File

@ -465,7 +465,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>2.19.1</version>
<configuration>
<argLine>@{argLine} -Dfile.encoding=UTF-8 -showversion -Xmx1g -Xms1g -XX:+PrintGCDetails</argLine>
<argLine>@{argLine} -Dfile.encoding=UTF-8 -Duser.language=en -Duser.region=US -showversion -Xmx1g -Xms1g -XX:+PrintGCDetails</argLine>
<failIfNoTests>false</failIfNoTests>
<forkCount>1</forkCount>
<systemProperties>