From cdde7944ff7c07d8228f5d987ab28e3c9af0b0e6 Mon Sep 17 00:00:00 2001 From: Christian Beikov Date: Tue, 2 Feb 2021 19:18:31 +0100 Subject: [PATCH] Fix javadocs according to the new maven central requirement --- pom.xml | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/pom.xml b/pom.xml index 07ff0ca..528af36 100644 --- a/pom.xml +++ b/pom.xml @@ -188,4 +188,48 @@ + + + + javadoc-xdoclint-disable-jdk8+ + + [1.8,) + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.2.0 + + -Xdoclint:none + + + + + + + + jdk9+ + + [1.9,) + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.2.0 + + 8 + -Xdoclint:none + + + + + + + \ No newline at end of file