force LC_ALL env variable when running tests
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
This commit is contained in:
parent
b24c0d5416
commit
9840a82e8c
4
pom.xml
4
pom.xml
|
@ -676,6 +676,10 @@
|
|||
<junit.jupiter.extensions.autodetection.enabled>true</junit.jupiter.extensions.autodetection.enabled>
|
||||
<jetty.testtracker.log>${jetty.testtracker.log}</jetty.testtracker.log>
|
||||
</systemPropertyVariables>
|
||||
<!-- The LC_ALL env variable must have some UTF variant otherwise creating and/or reading files with non-ascii names doesn't work -->
|
||||
<environmentVariables>
|
||||
<LC_ALL>en_US.UTF-8</LC_ALL>
|
||||
</environmentVariables>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
|
|
Loading…
Reference in New Issue