We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 79c082d + f505c81 commit 4a2f3f0Copy full SHA for 4a2f3f0
1 file changed
documentation/modules/ROOT/pages/basics.adoc
@@ -12,13 +12,11 @@ Maven::
12
[.console-input]
13
[source,bash,subs="+macros,+attributes"]
14
----
15
-mvn "io.quarkus:quarkus-maven-plugin:create" \
16
- -DprojectGroupId="com.redhat.developers" \
17
- -DprojectArtifactId="{project-name}" \
18
- -DprojectVersion="1.0-SNAPSHOT" \
19
- -DclassName="GreetingResource" \
20
- -Dpath="hello" \
21
- -Dextensions="resteasy-reactive"
+mvn "io.quarkus.platform:quarkus-maven-plugin:create" \
+-DprojectGroupId="com.redhat.developers" \
+-DprojectArtifactId="tutorial-app" \
+-DprojectVersion="1.0-SNAPSHOT" \
+-Dextensions='resteasy-reactive'
22
cd {project-name}
23
24
0 commit comments