Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 679 Bytes

devmode-lmp33-start.adoc

File metadata and controls

16 lines (12 loc) · 679 Bytes

When you run Open Liberty in dev mode, dev mode listens for file changes and automatically recompiles and deploys your updates whenever you save a new change. Run the following goal to start Open Liberty in dev mode:

mvn liberty:dev

After you see the following message, your Liberty instance is ready in dev mode:

**************************************************************
*    Liberty is running in dev mode.

Dev mode holds your command-line session to listen for file changes. Open another command-line session to continue, or open the project in your editor.