commit | 6097f8190bbbba3f5f6fdbab9db4521c96873d83 | [log] [tgz] |
---|---|---|
author | Antonio Marsico <antonio.marsico@create-net.org> | Tue Nov 10 11:57:11 2015 +0100 |
committer | Gerrit Code Review <gerrit@onlab.us> | Tue Nov 10 21:45:00 2015 +0000 |
tree | 3b1fc9b183c4919d35a8fdcc971df030ccd59a7e | |
parent | 6fbf0d3b009260cc6d4e3f69221481d60de6f78b [diff] [blame] |
Fixed locale errors in maven-surfire-plugin configuration Change-Id: I319d4e69397576c8585d622350001f3de972a247
diff --git a/pom.xml b/pom.xml index 0236960..89930f5 100644 --- a/pom.xml +++ b/pom.xml
@@ -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>