Changes between Initial Version and Version 1 of Ticket #62802, comment 21


Ignore:
Timestamp:
May 4, 2021, 11:15:09 PM (3 years ago)
Author:
breun (Nils Breunese)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62802, comment 21

    initial v1  
    1 `maven3` works with Java 7 or higher, but if you don't have that already installed it will try to install `openjdk11` as a fallback: https://github.com/macports/macports-ports/blob/master/java/maven3/Portfile#L42-L43
     1`maven3` works with Java 7 or higher, but if you don't have that already installed MacPorts will try to install `openjdk11` as a fallback: https://github.com/macports/macports-ports/blob/master/java/maven3/Portfile#L42-L43
    22
    33I'm not sure how the detection logic is implemented in the java PortGroup, but does `sudo port install maven3` still try to install `openjdk11` if you first install another JDK? If so the java PortGroup might need to be updated to also recognise Azul Zulu OpenJDK.