From d5b84364c57fd4f1f160661e3da105527ead4c28 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Thu, 2 Apr 2015 15:17:31 +0200 Subject: Use random timezone when executing tests from maven This allows to fail-fast if a test is heavily coupled with local timezone. --- pom.xml | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 0a42ea7e833..49573c964c0 100644 --- a/pom.xml +++ b/pom.xml @@ -413,6 +413,30 @@ + + org.codehaus.gmaven + gmaven-plugin + 1.5 + + + randomize-environment + validate + + execute + + + + + + + + + org.apache.maven.plugins maven-jar-plugin @@ -535,7 +559,7 @@ ${project.build.directory} - GMT+1 + ${testTimezone} ${junitGroups} 1 -- cgit v1.2.3