Quarkus needs Apache Maven 3.6.2+
Last updated
Was this helpful?
Last updated
Was this helpful?
Thanks to Sbusiso Mkhombe and Karim Deif, because they pointed this out and documented the workaround for the Cloud Shell.
Information in Quarkus
Problem in IBM Cloud Shell
So, in your cloud-native-starter/reactive
directory you need to perform the following tasks:
cd ~/cloud-native-starter/reactive
wget https://downloads.apache.org/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.tar.gz
tar -xvf apache-maven-3.6.3-bin.tar.gz
export PATH=~/cloud-native-starter/reactive/apache-maven-3.6.3/bin:$PATH
This should return a message that shows you are using mvn version like 3.6.3
mvn --version
Continue with the execises as usual.
To run the development exercises can you also to setup following tools on your machine:
Java 9 or higher
or check out this Docker image which contains the actual tools.