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 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>2.18.1</version>
<configuration>
<argLine>-Duser.language=en -Duser.region=US</argLine>
<redirectTestOutputToFile>true
</redirectTestOutputToFile>
<printSummary>true</printSummary>
......