diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2011-01-26 12:09:31 +0100 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2011-01-26 12:09:31 +0100 |
commit | 98f3bef8be5eb8b9e29b3e7a4604b616462118d7 (patch) | |
tree | 4de872cbdf0e72cac1e1fddfdbfcefb9252dbe3c | |
parent | acbb9609fdfc8acbdd1bbec5e8ade31afa6f64eb (diff) | |
download | sonarqube-98f3bef8be5eb8b9e29b3e7a4604b616462118d7.tar.gz sonarqube-98f3bef8be5eb8b9e29b3e7a4604b616462118d7.zip |
Execute IT in build directory instead of temp dir
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | tests/integration/tests/pom.xml | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -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> |