It's recommended to install them using SDKMAN
curl -s "https://get.sdkman.io" | bash
source "$HOME/.sdkman/bin/sdkman-init.sh"
sdk version
sdk install java 11.0.7-zulu
sdk install maven
mvn archetype:generate \
-DarchetypeGroupId=io.github.jocelynmutso \
-DarchetypeArtifactId=zoe-maven-archetype \
// -DgroupId=io.placeholder.test \
-DartifactId=test-project
cd test-project
mvn clean compile quarkus:dev