diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2011-10-28 18:55:25 +0200 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2011-10-28 18:55:50 +0200 |
commit | 5543e9f68e106c2819145440b7103c231ed06265 (patch) | |
tree | 6b6cbb2a6150d70fb886b53349c2814dbde0c96d /pom.xml | |
parent | 77d94a9fce21d59bb9e50a3fe5e200e3394a2966 (diff) | |
download | sonarqube-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.xml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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> |