Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 665 Bytes

mvnverify.adoc

File metadata and controls

23 lines (18 loc) · 665 Bytes

Running the tests

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: