Skip to content

Commit 38a233a

Browse files
committed
surefire plugin fails on system locale DE
1 parent ac16069 commit 38a233a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

activejdbc/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,8 @@
201201
<artifactId>maven-surefire-plugin</artifactId>
202202
<version>2.18</version>
203203
<configuration>
204+
<!-- fails with DE Locale as system default -->
205+
<argLine>-Duser.country=US -Duser.language=en</argLine>
204206
<trimStackTrace>false</trimStackTrace>
205207
<useFile>false</useFile>
206208
<includes>

0 commit comments

Comments
 (0)