Skip to content

Commit cb94099

Browse files
committed
On branch edburns-msft-msa-17908359-java-17-clarifications Add warning about **detached HEAD state**.
modified: articles/app-service/includes/quickstart-java/quickstart-java-linux-maven-pivot.md Signed-off-by: Ed Burns <[email protected]>
1 parent dd55bc7 commit cb94099

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

articles/app-service/includes/quickstart-java/quickstart-java-linux-maven-pivot.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ Change directory to the completed project and build from the top level. Then `cd
5252

5353
```azurecli-interactive
5454
cd app-service-java-quickstart
55-
git checkout 20230308 **Note: If you see a message about being in **detached HEAD** state, this message is safe to ignore. Because you will not be making any commits, detached HEAD state is appropriate.**
55+
git checkout 20230308
5656
mvn clean install
5757
cd booty-duke-app-service
5858
```
5959

60-
60+
If you see a message about being in **detached HEAD** state, this message is safe to ignore. Because you will not be making any commits, detached HEAD state is appropriate.
6161

6262
# [Tomcat](#tab/tomcat)
6363

@@ -88,11 +88,13 @@ Change directory to the completed project and build from the top level. Then `cd
8888
8989
```azurecli-interactive
9090
cd app-service-java-quickstart
91-
git checkout 20230308 **Note: If you see a message about being in **detached HEAD** state, this message is safe to ignore. Because you will not be making any commits, detached HEAD state is appropriate.**
91+
git checkout 20230308
9292
cd petstore-ee7
9393
mvn clean install
9494
```
9595

96+
If you see a message about being in **detached HEAD** state, this message is safe to ignore. Because you will not be making any commits, detached HEAD state is appropriate.
97+
9698
---
9799

98100
## 3 - Configure the Maven plugin

0 commit comments

Comments
 (0)