diff --git a/server/pom.xml b/server/pom.xml index a5aaeb77ff6884f1b9323aa1674bd409671234ef..29efbf14a3624e8da3ac7d95a110b992d0d9373a 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -341,6 +341,12 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <systemPropertyVariables> + <user.language>en</user.language> + <user.country>US</user.country> + </systemPropertyVariables> + </configuration> </plugin> <plugin>