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