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