Skip to content
This repository was archived by the owner on Nov 17, 2021. It is now read-only.

Commit aaca673

Browse files
Shutdown server on completion of itests
1 parent a77b8dc commit aaca673

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

itests/jaxws/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,13 @@
152152
<type>war</type>
153153
</configuration>
154154
</execution>
155+
<execution>
156+
<id>wildfly-shutdown</id>
157+
<goals>
158+
<goal>shutdown</goal>
159+
</goals>
160+
<phase>post-integration-test</phase>
161+
</execution>
155162
</executions>
156163
</plugin>
157164
<plugin>

0 commit comments

Comments
 (0)