Open GoogleCodeExporter opened 8 years ago
Workaround: add jvm locale parameters to pom.xml:
<build>
...
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>-Duser.language=en -Duser.region=EN</argLine>
</configuration>
</plugin>
</plugins>
...
</build>
Original comment by lukasz.k...@gmail.com
on 8 Dec 2009 at 11:16
Original issue reported on code.google.com by
cedric.l...@gmail.com
on 18 Jun 2009 at 3:15Attachments: