Skip to content

Commit

Permalink
Use -DnoCode instead of legacy -DnoExamples
Browse files Browse the repository at this point in the history
  • Loading branch information
ia3andy committed Apr 15, 2022
1 parent 3f8f3e9 commit e564e3b
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 e564e3b

Please sign in to comment.