diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2014-04-02 11:05:39 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2014-04-02 11:05:39 +0200 |
commit | 44f1cf1dd9deea996922e80675b5111f2d7527ff (patch) | |
tree | 8e7fd1c52a86047e82591a50fa39c3be080856ea /pom.xml | |
parent | 7abe9737831c97f56b11f3607062f72168d8580d (diff) | |
download | sonarqube-44f1cf1dd9deea996922e80675b5111f2d7527ff.tar.gz sonarqube-44f1cf1dd9deea996922e80675b5111f2d7527ff.zip |
Revert attempt to remove coupling between build and user timezone
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -481,11 +481,7 @@ <artifactId>maven-surefire-plugin</artifactId> <configuration> <runOrder>random</runOrder> - <!-- - user.locale is overridden: timezone is forced to an arbitrary value (GMT-4) to be sure that - tests do not depend on developers timezone - --> - <argLine>-Xmx512m -Djava.awt.headless=true -XX:MaxPermSize=128m -Duser.locale=EST5EDT</argLine> + <argLine>-Xmx512m -Djava.awt.headless=true -XX:MaxPermSize=128m</argLine> <redirectTestOutputToFile>true</redirectTestOutputToFile> <systemPropertyVariables> <java.io.tmpdir>${project.build.directory}</java.io.tmpdir> |