aboutsummaryrefslogtreecommitdiffstats
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
parentacbb9609fdfc8acbdd1bbec5e8ade31afa6f64eb (diff)
downloadsonarqube-98f3bef8be5eb8b9e29b3e7a4604b616462118d7.tar.gz
sonarqube-98f3bef8be5eb8b9e29b3e7a4604b616462118d7.zip
Execute IT in build directory instead of temp dir
-rw-r--r--pom.xml2
-rw-r--r--tests/integration/tests/pom.xml1
2 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 96837e22f57..750aa324ffb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -228,7 +228,7 @@
<plugin>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar-dev-maven-plugin</artifactId>
- <version>1.0.1</version>
+ <version>1.1</version>
</plugin>
<plugin>
<groupId>org.codehaus.sonar</groupId>
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>