diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2011-01-27 12:09:19 +0100 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2011-01-27 12:09:19 +0100 |
commit | 13624ffcda1dfa689a8c786984259161a78c72e4 (patch) | |
tree | 6fc6bb5a5b54d22074a97148bf2c7996b08623ca /tests | |
parent | 88fd3df4a2a3f63723e38674935b7c8f1f97f14b (diff) | |
download | sonarqube-13624ffcda1dfa689a8c786984259161a78c72e4.tar.gz sonarqube-13624ffcda1dfa689a8c786984259161a78c72e4.zip |
fix stop server in IT
Diffstat (limited to 'tests')
-rw-r--r-- | tests/integration/tests/pom.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/integration/tests/pom.xml b/tests/integration/tests/pom.xml index cf7e458e3ad..5c8aa42b899 100644 --- a/tests/integration/tests/pom.xml +++ b/tests/integration/tests/pom.xml @@ -29,7 +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> + <workDir>${project.build.directory}/it-work</workDir> </configuration> <goals> <goal>start-war</goal> @@ -51,6 +51,9 @@ <goals> <goal>stop-war</goal> </goals> + <configuration> + <workDir>${project.build.directory}/it-work</workDir> + </configuration> </execution> </executions> </plugin> |