-
Task
-
Resolution: Won't Do
-
L3 - Default
-
None
-
None
-
None
Problem:
After the webapps IT tests are run against WebSphere Liberty, the application server is not stopped.
Acceptance Criteria (Required on creation):
- WebSphere Liberty is stopped after the webapps IT tests finish.
Hints (optional):
The webapps IT tests on WebSphere Liberty use the liberty-maven-plugin to start, and stop the application server. The plugin is configured to:
- Start Liberty during the pre-integration-tests Maven phase.
- Stop Liberty during the post-integration-test Maven phase.
For some reason, the post-integration-test Maven phase execution is triggered before the IT tests are started.