Improving naming convention on tomcat execution goal for integration tests
This commit is contained in:
parent
d56ff70370
commit
f3b52d4423
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user