File tree Expand file tree Collapse file tree
documentation/modules/ROOT/pages Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Maven::
1313[.console-input]
1414[source,bash,subs="+macros,+attributes"]
1515----
16- ./mvnw "io.quarkus.platform:quarkus-maven-plugin:create" \
16+ mvn "io.quarkus.platform:quarkus-maven-plugin:create" \
1717-DprojectGroupId="com.redhat.developers" \
1818-DprojectArtifactId="tutorial-app" \
1919-DprojectVersion="1.0-SNAPSHOT" \
Original file line number Diff line number Diff line change @@ -51,7 +51,11 @@ Please have them installed and configured before you get started with any of the
5151| `brew tap AdoptOpenJDK/openjdk && brew cask install adoptopenjdk17`
5252| `dnf install java-17-openjdk.x86_64`
5353| https://adoptopenjdk.net[Windows] (Make sure you set the `JAVA_HOME` environment variable and add `%JAVA_HOME%\bin` to your `PATH`)
54- | **Graal VM [Optional *]**
54+ | **Apache Maven 3.8.1+**
55+ | `brew install maven`
56+ | `dnf install maven`
57+ | https://maven.apache.org/download.cgi[Windows] (Make sure you set the `MAVEN_HOME` environment variable and add `%MAVEN_HOME%\bin` to your `PATH`)
58+ **Graal VM [Optional *]**
5559| https://www.graalvm.org/latest/docs/getting-started/macos/[Download & install GraalVM for MacOS]
5660| https://www.graalvm.org/latest/docs/getting-started/linux/[Download & install GraalVM for Linux]
5761| https://www.graalvm.org/latest/docs/getting-started/windows/[Download & install GraalVM for Windows]
You can’t perform that action at this time.
0 commit comments