diff options
author | Evgeny Mandrikov <mandrikov@gmail.com> | 2011-11-02 14:28:59 +0400 |
---|---|---|
committer | Evgeny Mandrikov <mandrikov@gmail.com> | 2011-11-02 20:15:00 +0400 |
commit | f01f06c9c251159b9a5b56897d11df27c09837a4 (patch) | |
tree | eef7d834731732f8eba089adfbd9b40f4e238b46 /pom.xml | |
parent | 24c01b35b4a1e201a7a8f697e451a6e6b2741a15 (diff) | |
download | sonarqube-f01f06c9c251159b9a5b56897d11df27c09837a4.tar.gz sonarqube-f01f06c9c251159b9a5b56897d11df27c09837a4.zip |
Disable creation of derby.log during execution of unit tests
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -420,9 +420,6 @@ <argLine>-Xmx256m</argLine> <systemPropertyVariables> <java.io.tmpdir>${project.build.directory}</java.io.tmpdir> - - <!-- derby embedded database is used by unit tests --> - <derby.stream.error.file>target/derby.log</derby.stream.error.file> </systemPropertyVariables> </configuration> </plugin> |