summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorsimonbrandhof <simon.brandhof@gmail.com>2011-01-23 10:44:26 +0100
committersimonbrandhof <simon.brandhof@gmail.com>2011-01-23 10:44:26 +0100
commitef418b4fd683ffdc20c043d450d2e0feefc6c695 (patch)
tree54e768f9f31d9af06a3f5a6c475bd3e9d0d3f797 /tests
parent94ba62923b6070bfcead527deb9bb052b225f805 (diff)
downloadsonarqube-ef418b4fd683ffdc20c043d450d2e0feefc6c695.tar.gz
sonarqube-ef418b4fd683ffdc20c043d450d2e0feefc6c695.zip
revert IT to WAR mode
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/tests/pom.xml4
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>