OpenLiberty / guide-maven-intro

An introductory guide on how to build applications using Maven on Open Liberty: https://openliberty.io/guides/maven-intro.html
Other
20 stars 34 forks source link

Update Java11 download pre-req in Guides #130

Closed irobins closed 2 years ago

irobins commented 3 years ago

Right now the Java prereq in this (and other OL guides) is to https://adoptopenjdk.net/?jvmVariant=openj9 This should be replaced with https://developer.ibm.com/languages/java/semeru-runtimes/downloads

Minor observation: "If Maven is installed properly, you see information about the Maven installation similar to the following example:" The illustrated Java version and home is openjdk, which is fine, but different from the pre-req described (which is OpenJ9 JVM).

gkwan-ibm commented 2 years ago

for download, it is a dup of https://github.com/OpenLiberty/guides-common/issues/703

gkwan-ibm commented 2 years ago

Need to update the output at the Installing Maven section by using semeru

gkwan-ibm commented 2 years ago

close