aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorEvgeny Mandrikov <mandrikov@gmail.com>2011-11-02 14:28:59 +0400
committerEvgeny Mandrikov <mandrikov@gmail.com>2011-11-02 20:15:00 +0400
commitf01f06c9c251159b9a5b56897d11df27c09837a4 (patch)
treeeef7d834731732f8eba089adfbd9b40f4e238b46 /pom.xml
parent24c01b35b4a1e201a7a8f697e451a6e6b2741a15 (diff)
downloadsonarqube-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.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 318d366b358..23314af9f2e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>