aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorsimonbrandhof <simon.brandhof@gmail.com>2011-01-26 12:09:31 +0100
committersimonbrandhof <simon.brandhof@gmail.com>2011-01-26 12:09:31 +0100
commit98f3bef8be5eb8b9e29b3e7a4604b616462118d7 (patch)
tree4de872cbdf0e72cac1e1fddfdbfcefb9252dbe3c /tests
parentacbb9609fdfc8acbdd1bbec5e8ade31afa6f64eb (diff)
downloadsonarqube-98f3bef8be5eb8b9e29b3e7a4604b616462118d7.tar.gz
sonarqube-98f3bef8be5eb8b9e29b3e7a4604b616462118d7.zip
Execute IT in build directory instead of temp dir
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/tests/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/integration/tests/pom.xml b/tests/integration/tests/pom.xml
index 36a218cb59e..cf7e458e3ad 100644
--- a/tests/integration/tests/pom.xml
+++ b/tests/integration/tests/pom.xml
@@ -29,6 +29,7 @@
<extensionsDir>${project.basedir}/target/extensions</extensionsDir>
<configBackup>${project.basedir}/integration-tests-backup.xml</configBackup>
<clean>true</clean>
+ <workDir>${project.build.directory}/it-workspace</workDir>
</configuration>
<goals>
<goal>start-war</goal>