Skip to content

Commit

Permalink
#519 Fix tests for non-English locale
Browse files Browse the repository at this point in the history
  • Loading branch information
mkordas committed Dec 22, 2015
1 parent 2e985ec commit 4ce6630
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions qulice-checkstyle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,12 @@
<path>${project.artifactId}</path>
</configuration>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>-Duser.language=en -Duser.country=US</argLine>
</configuration>
</plugin>
</plugins>
</build>
<profiles>
Expand Down

0 comments on commit 4ce6630

Please sign in to comment.