-
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.
Closing this issue. The Liberty maven plugin was used to start and stop the WAS Liberty server. However, the start and stop plugin goals were executed in the WAS Liberty runtime module, instead of the webapps-integration module. As a result, the server was started, and stopped before the webapps IT tests were started.