]> source.dussan.org Git - sonarqube.git/commitdiff
revert IT to WAR mode
authorsimonbrandhof <simon.brandhof@gmail.com>
Sun, 23 Jan 2011 09:44:26 +0000 (10:44 +0100)
committersimonbrandhof <simon.brandhof@gmail.com>
Sun, 23 Jan 2011 09:44:26 +0000 (10:44 +0100)
tests/integration/tests/pom.xml

index 4f6f27907410e189432cc06add349cf91588e645..36a218cb59e7ef11c9f7b8360a6ab27f9c2593b8 100644 (file)
@@ -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>