Details
-
New Feature
-
Status: Resolved
-
Minor
-
Resolution: Won't Fix
-
8.0
-
None
-
Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T19:41:47+01:00)
Maven home: C:\Users\CollinsDaniel\Utils\apache-maven-3.6.0\bin\..
Java version: 11.0.2, vendor: Oracle Corporation, runtime: C:\Users\CollinsDaniel\Utils\jdk-11.0.2
Default locale: en_GB, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"openjdk version "11.0.2" 2019-01-15
OpenJDK Runtime Environment 18.9 (build 11.0.2+9)
OpenJDK 64-Bit Server VM 18.9 (build 11.0.2+9, mixed mode)Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T19:41:47+01:00) Maven home: C:\Users\CollinsDaniel\Utils\apache-maven-3.6.0\bin\.. Java version: 11.0.2, vendor: Oracle Corporation, runtime: C:\Users\CollinsDaniel\Utils\jdk-11.0.2 Default locale: en_GB, platform encoding: Cp1252 OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows" openjdk version "11.0.2" 2019-01-15 OpenJDK Runtime Environment 18.9 (build 11.0.2+9) OpenJDK 64-Bit Server VM 18.9 (build 11.0.2+9, mixed mode)
Description
I'm calling this minor as I don't believe we officially support Java 11 (but correct me if I'm wrong), and I've only tried on master
Several issues/notes:
enforcer plugin breaks if you try to do mvn installjavadoc plugin breaks if you try to do mvn javadoc:jar (on Windows)- warnings from groovy-maven-plugin (TODO)
a lot of the maven plugins are quite old- forbiddenapis has some issues with Solr (I assume due to module split-up, javax is no longer part of core) (TODO)
There is a patch for 3 now
Attachments
Attachments
Issue Links
- is related to
-
LUCENE-8616 Maven build: Simplify the way transitive dependency resolution is disabled, and increase the minimum supported Maven from 2.2.1 to 3.2.1
- Open