Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 530 Bytes

mvncompile.adoc

File metadata and controls

20 lines (17 loc) · 530 Bytes

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

mvn compile

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

mvn liberty:stop-server