KEYCLOAK-19246 Always use locale en-US when executing unit tests
This commit is contained in:
parent
28e220fa6d
commit
d562bea54e
1 changed files with 1 additions and 1 deletions
2
pom.xml
2
pom.xml
|
@ -1750,7 +1750,7 @@
|
|||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<configuration>
|
||||
<forkMode>once</forkMode>
|
||||
<argLine>-Djava.awt.headless=true ${surefire.memory.settings}</argLine>
|
||||
<argLine>-Djava.awt.headless=true ${surefire.memory.settings} -Duser.language=en -Duser.region=US</argLine>
|
||||
<runOrder>alphabetical</runOrder>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
|
Loading…
Reference in a new issue