Skip to content

Commit

Permalink
Merge pull request #33978 from michalvavrik/feature/fix-mvn-create-ap…
Browse files Browse the repository at this point in the history
…p-platform-docs

Generated docs should generate mvn create app command with Quarkus version and not stream version
  • Loading branch information
gsmet committed Jun 12, 2023
2 parents c18b66c + 83ebb2f commit 71bb382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/_includes/devtools/create-app.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ _For more information about how to install the Quarkus CLI and use it, please re
----
mvn {quarkus-platform-groupid}:quarkus-maven-plugin:{quarkus-version}:create \
ifdef::create-app-stream[]
-DplatformVersion={create-app-stream} \
-DplatformVersion={quarkus-version} \
endif::[]
-DprojectGroupId={create-app-group-id} \
ifdef::create-app-extensions[]
Expand Down

0 comments on commit 71bb382

Please sign in to comment.