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