Skip to content

Commit cbb288f

Browse files
committed
Update docs [skip ci]
1 parent 38823c7 commit cbb288f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

docs/java-getting-started.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,6 @@ To create a local copy of a sample app that you can deploy to Heroku, execute th
111111
```term
112112
:::>- $ git clone https://github.com/heroku/java-getting-started
113113
:::>- $ cd java-getting-started
114-
:::-- $ git checkout -t origin/spring-2.0.7
115-
:::-- $ git checkout master
116-
:::-- $ git merge spring-2.0.7
117114
```
118115

119116
You now have a functioning Git repository that contains a simple Java application. The application includes a `pom.xml` file, which is used by Java's dependency manager, Maven.
@@ -335,6 +332,7 @@ Now test your changes locally:
335332

336333
```term
337334
:::>- $ mvn clean install
335+
:::-> | $ (echo "..."; tail -7)
338336
:::>- background.start("heroku local web", name: "local2", wait: "Tomcat started", timeout: 30)
339337
:::-> | $ (echo "..."; tail -4)
340338
:::-- background.stop(name: "local2")

0 commit comments

Comments
 (0)