Skip to content

Commit a8bf38a

Browse files
authored
Force english locale for surefire tests execution in order to prevent false failures on foreign environments (#479)
1 parent 8d8aff9 commit a8bf38a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

parent/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
1919
<reproducible.build.timestamp>${git.commit.time}</reproducible.build.timestamp>
2020
<project.build.outputTimestamp>${reproducible.build.timestamp}</project.build.outputTimestamp>
21-
<test.args><!-- Empty default value for Java version < 18 -->
22-
</test.args>
21+
<test.args>-Duser.language=en</test.args>
2322
</properties>
2423
<licenses>
2524
<license>

0 commit comments

Comments
 (0)