We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8bda4c commit e481431Copy full SHA for e481431
pom.xml
@@ -91,6 +91,8 @@
91
<version.moditect-maven-plugin>1.2.2.Final</version.moditect-maven-plugin>
92
<version.nexus-staging-maven>1.7.0</version.nexus-staging-maven>
93
<version.maven-gpg>3.2.7</version.maven-gpg>
94
+
95
+ <argLine>-Duser.language=en -Duser.region=GB</argLine> <!-- For surefire -->
96
</properties>
97
98
<dependencies>
@@ -304,7 +306,6 @@
304
306
<artifactId>maven-surefire-plugin</artifactId>
305
307
<version>${version.maven-surefire-plugin}</version>
308
<configuration>
- <argLine>@{argLine} -Duser.language=en -Duser.region=GB</argLine>
309
<reportFormat>plain</reportFormat>
310
<consoleOutputReporter>
311
<disable>true</disable>
0 commit comments