Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 526 Bytes

mvncompile.adoc

File metadata and controls

20 lines (17 loc) · 526 Bytes

If you make changes to the code, use the Maven compile goal to rebuild the application and have the running Open Liberty server pick them up automatically:

mvn compile

To stop the Open Liberty server, run the Maven liberty:stop-server goal:

mvn liberty:stop-server