From 49f1d35403f8d058b97764716fb96e336f1cae4d Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 29 Sep 2021 14:44:41 +0200 Subject: [PATCH] Force classpath mode in Javadoc plugin. maven-javadoc-plugin enables modulepath when running on Java 9+. That causes issues with JAR files that ship split packages. We now override the Java version property to pretend we must remain on classpath mode to prevent that dependencies with split-packages break the Javadoc build. See #1537 --- parent/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/parent/pom.xml b/parent/pom.xml index 56e8a07c..71eeef1c 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -1272,6 +1272,7 @@
${project.name}
${source.level} true + 1.8 true html,reference