Skip to content

Commit dd26874

Browse files
authored
Revert "Update README.adoc (#440)" (#441)
This reverts commit 2e8355f.
1 parent 2e8355f commit dd26874

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

README.adoc

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018, 2025 IBM Corporation and others.
1+
// Copyright (c) 2018, 2024 IBM Corporation and others.
22
// Licensed under Creative Commons Attribution-NoDerivatives
33
// 4.0 International (CC BY-ND 4.0)
44
// https://creativecommons.org/licenses/by-nd/4.0/
@@ -140,19 +140,10 @@ The Open Liberty Maven plug-in includes a `dev` goal that listens for any change
140140

141141
Stop the Open Liberty instance if it is running, and start it in https://openliberty.io/docs/latest/development-mode.html[dev mode^] by running the `liberty:dev` goal in the `start` directory:
142142

143-
ifndef::cloud-hosted[]
144143
[role='command']
145144
```
146145
mvn liberty:dev
147146
```
148-
endif::[]
149-
150-
ifdef::cloud-hosted[]
151-
```bash
152-
cd /home/project/guide-getting-started/start
153-
mvn liberty:dev
154-
```
155-
endif::[]
156147

157148
Dev mode automatically picks up changes that you make to your application and allows you to run tests by pressing the `enter/return` key in the active command-line session. When you’re working on your application, rather than rerunning Maven commands, press the `enter/return` key to verify your change.
158149

0 commit comments

Comments
 (0)