If the server is still running from the previous steps, stop it using the Maven liberty:stop-server
goal from the active command-line session in the start
directory:
mvn liberty:stop-server
Then, verify that the tests pass using the Maven verify
goal:
mvn verify
It may take some time before build is complete. If the tests pass, you will see a similar output to the following: