Changes between Initial Version and Version 1 of Ticket #62802, comment 21
- Timestamp:
- May 4, 2021, 11:15:09 PM (4 years ago)
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 itwill try to install `openjdk11` as a fallback: https://github.com/macports/macports-ports/blob/master/java/maven3/Portfile#L42-L431 `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 2 2 3 3 I'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.