Improving naming convention on tomcat execution goal for integration tests

This commit is contained in:
Doug Morato 2015-09-16 21:10:11 -04:00
parent d56ff70370
commit f3b52d4423

View File

@ -68,7 +68,7 @@
</configuration> </configuration>
</execution> </execution>
<execution> <execution>
<id>start-tomcat</id> <id>tomcat-startup</id>
<phase>pre-integration-test</phase> <phase>pre-integration-test</phase>
<goals> <goals>
<goal>run-war-only</goal> <goal>run-war-only</goal>
@ -80,7 +80,7 @@
</execution> </execution>
<!-- At post-integration-test phase, stop the embedded Tomcat server. --> <!-- At post-integration-test phase, stop the embedded Tomcat server. -->
<execution> <execution>
<id>stop-tomcat</id> <id>tomcat-shutdown</id>
<phase>post-integration-test</phase> <phase>post-integration-test</phase>
<goals> <goals>
<goal>shutdown</goal> <goal>shutdown</goal>