mirror of https://github.com/apache/druid.git
fix default locale for tests - fixes #374
This commit is contained in:
parent
74dd855a45
commit
18c6a070ca
2
pom.xml
2
pom.xml
|
@ -513,6 +513,8 @@
|
|||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>2.12.2</version>
|
||||
<configuration>
|
||||
<!-- locale settings must be set on the command line before startup -->
|
||||
<argLine>-Duser.language=en -Duser.country=US</argLine>
|
||||
<systemPropertyVariables>
|
||||
<user.timezone>UTC</user.timezone>
|
||||
</systemPropertyVariables>
|
||||
|
|
Loading…
Reference in New Issue