Skip to content

Commit

Permalink
Use -DnoCode instead of legacy -DnoExamples
Browse files Browse the repository at this point in the history
(cherry picked from commit e564e3b)
  • Loading branch information
ia3andy authored and gsmet committed Apr 15, 2022
1 parent 99bd106 commit 51d279e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/building-my-first-extension.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@ mvn io.quarkus.platform:quarkus-maven-plugin:{quarkus-version}:create \
-DprojectGroupId=org.acme \
-DprojectArtifactId=greeting-app \
-Dextensions="org.acme:greeting-extension:1.0.0-SNAPSHOT" \
-DnoExamples
-DnoCode
----

`cd` into `greeting-app`.
Expand Down

0 comments on commit 51d279e

Please sign in to comment.