We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0ac880 commit 8321169Copy full SHA for 8321169
docs/modules/ROOT/pages/create-github-app.adoc
@@ -11,6 +11,7 @@ You can create one including the Quarkus GitHub App extension with the following
11
[source, bash, subs=attributes+]
12
----
13
mvn io.quarkus:quarkus-maven-plugin:{quarkus-version}:create \
14
+ -DplatformVersion={quarkus-version} \
15
-DprojectGroupId=org.acme \
16
-DprojectArtifactId=my-github-app \
17
-Dextensions="io.quarkiverse.githubapp:quarkus-github-app:{quarkus-github-app-version}" \
0 commit comments