diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-03-25 13:21:09 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-03-25 13:21:09 +0100 |
commit | 7dfd22dceead225939a19f75c97a0bae2bb90a14 (patch) | |
tree | ffa555928d8804d2d1f5ed349ed1769d1daa5c78 | |
parent | b2c22f3e028098ca783d8e81714aa45aa17c3318 (diff) | |
download | sonarqube-7dfd22dceead225939a19f75c97a0bae2bb90a14.tar.gz sonarqube-7dfd22dceead225939a19f75c97a0bae2bb90a14.zip |
Temporarily fix JVM timezone when executing tests
Waiting for tests to not be coupled with env timezone
-rw-r--r-- | pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -528,6 +528,8 @@ <redirectTestOutputToFile>true</redirectTestOutputToFile> <systemPropertyVariables> <java.io.tmpdir>${project.build.directory}</java.io.tmpdir> + <!-- temporary workaround. Waiting for tests to not be coupled with env timezone. --> + <user.timezone>GMT+1</user.timezone> </systemPropertyVariables> <groups>${junitGroups}</groups> <threadCount>1</threadCount> |