//// Copyright (c) 2017 IBM Corporation and others. Licensed under Creative Commons Attribution-NoDerivatives 4.0 International (CC BY-ND 4.0) https://creativecommons.org/licenses/by-nd/4.0/ Contributors: IBM Corporation //// 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 ```