Antonio Marsico
Committed by Gerrit Code Review

Fixed locale errors in maven-surfire-plugin configuration

Change-Id: I319d4e69397576c8585d622350001f3de972a247
Showing 1 changed file with 1 additions and 0 deletions
...@@ -536,6 +536,7 @@ ...@@ -536,6 +536,7 @@
536 <artifactId>maven-surefire-plugin</artifactId> 536 <artifactId>maven-surefire-plugin</artifactId>
537 <version>2.18.1</version> 537 <version>2.18.1</version>
538 <configuration> 538 <configuration>
539 + <argLine>-Duser.language=en -Duser.region=US</argLine>
539 <redirectTestOutputToFile>true 540 <redirectTestOutputToFile>true
540 </redirectTestOutputToFile> 541 </redirectTestOutputToFile>
541 <printSummary>true</printSummary> 542 <printSummary>true</printSummary>
......