Skip to content

Commit e4821a1

Browse files
committed
add mvn requirement again
1 parent 45c339c commit e4821a1

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

documentation/modules/ROOT/pages/basics.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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" \

documentation/modules/ROOT/pages/setup.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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]

0 commit comments

Comments
 (0)