killbill-memoizeit

Changes

pom.xml 12(+12 -0)

Details

pom.xml 12(+12 -0)

diff --git a/pom.xml b/pom.xml
index e4a5911..8aeeb5f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -625,6 +625,18 @@
                             </execution>
                         </executions>
                     </plugin>
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-surefire-plugin</artifactId>
+                        <version>2.11</version>
+                        <configuration>
+                            <groups>fast</groups>
+                            <systemPropertyVariables>
+                                <file.encoding>UTF-8</file.encoding>
+                                <user.timezone>GMT</user.timezone>
+                            </systemPropertyVariables>
+                        </configuration>
+                    </plugin>
                 </plugins>
             </build>
         </profile>