Skip to content

Commit e481431

Browse files
authored
Fix eclipse junit issue due to m2e-core (#1189)
1 parent a8bda4c commit e481431

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@
9191
<version.moditect-maven-plugin>1.2.2.Final</version.moditect-maven-plugin>
9292
<version.nexus-staging-maven>1.7.0</version.nexus-staging-maven>
9393
<version.maven-gpg>3.2.7</version.maven-gpg>
94+
95+
<argLine>-Duser.language=en -Duser.region=GB</argLine> <!-- For surefire -->
9496
</properties>
9597

9698
<dependencies>
@@ -304,7 +306,6 @@
304306
<artifactId>maven-surefire-plugin</artifactId>
305307
<version>${version.maven-surefire-plugin}</version>
306308
<configuration>
307-
<argLine>@{argLine} -Duser.language=en -Duser.region=GB</argLine>
308309
<reportFormat>plain</reportFormat>
309310
<consoleOutputReporter>
310311
<disable>true</disable>

0 commit comments

Comments
 (0)