Skip to content

Commit

Permalink
Merge pull request #26 from redhat-scholars/quarkus-fix
Browse files Browse the repository at this point in the history
Fix Quarkus command
  • Loading branch information
kdubois authored May 23, 2024
2 parents f31de82 + ca4cc97 commit ba8b372
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions documentation/modules/ROOT/pages/containerfile.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,7 @@ Let's first create a simple Java application so we can containerize it.
[.console-input]
[source,bash,subs="+macros,+attributes"]
----
mvn "io.quarkus:quarkus-maven-plugin:create" \
-DprojectGroupId="com.redhat.developers" \
-DprojectArtifactId="{project-name}" \
-DprojectVersion="1.0-SNAPSHOT" \
-DclassName="HelloResource" \
-Dpath="hello"
mvn "io.quarkus.platform:quarkus-maven-plugin:create" -DprojectGroupId="com.redhat.developers" -DprojectArtifactId="{project-name}" -DprojectVersion="1.0-SNAPSHOT" -Dextensions=rest
cd {project-name}
----

Expand Down

0 comments on commit ba8b372

Please sign in to comment.