diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2011-01-23 10:44:26 +0100 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2011-01-23 10:44:26 +0100 |
commit | ef418b4fd683ffdc20c043d450d2e0feefc6c695 (patch) | |
tree | 54e768f9f31d9af06a3f5a6c475bd3e9d0d3f797 /tests | |
parent | 94ba62923b6070bfcead527deb9bb052b225f805 (diff) | |
download | sonarqube-ef418b4fd683ffdc20c043d450d2e0feefc6c695.tar.gz sonarqube-ef418b4fd683ffdc20c043d450d2e0feefc6c695.zip |
revert IT to WAR mode
Diffstat (limited to 'tests')
-rw-r--r-- | tests/integration/tests/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/integration/tests/pom.xml b/tests/integration/tests/pom.xml index 4f6f2790741..36a218cb59e 100644 --- a/tests/integration/tests/pom.xml +++ b/tests/integration/tests/pom.xml @@ -31,7 +31,7 @@ <clean>true</clean> </configuration> <goals> - <goal>start</goal> + <goal>start-war</goal> </goals> </execution> <execution> @@ -48,7 +48,7 @@ <id>stop-server</id> <phase>post-integration-test</phase> <goals> - <goal>stop</goal> + <goal>stop-war</goal> </goals> </execution> </executions> |