Skip to content

Commit 3b1daf3

Browse files
committed
remove quotes around extensions parameter
1 parent 900e234 commit 3b1daf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

documentation/modules/ROOT/pages/basics.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ mvn "io.quarkus.platform:quarkus-maven-plugin:create" \
1717
-DprojectGroupId="com.redhat.developers" \
1818
-DprojectArtifactId="tutorial-app" \
1919
-DprojectVersion="1.0-SNAPSHOT" \
20-
-Dextensions='resteasy-reactive'
20+
-Dextensions=resteasy-reactive
2121
cd {project-name}
2222
----
2323
--

0 commit comments

Comments
 (0)