aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorsimonbrandhof <simon.brandhof@gmail.com>2011-10-28 18:55:25 +0200
committersimonbrandhof <simon.brandhof@gmail.com>2011-10-28 18:55:50 +0200
commit5543e9f68e106c2819145440b7103c231ed06265 (patch)
tree6b6cbb2a6150d70fb886b53349c2814dbde0c96d /pom.xml
parent77d94a9fce21d59bb9e50a3fe5e200e3394a2966 (diff)
downloadsonarqube-5543e9f68e106c2819145440b7103c231ed06265.tar.gz
sonarqube-5543e9f68e106c2819145440b7103c231ed06265.zip
Move the files derby.log generated by unit tests to target/
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 432b62b4118..51674f9daca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -458,6 +458,9 @@
<runOrder>random</runOrder>
<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>