From c1f6a2ac0ffe48771dcbc9e4e9d88d23e1cd23d8 Mon Sep 17 00:00:00 2001 From: Martin Stockhammer Date: Wed, 22 Dec 2021 21:11:58 +0100 Subject: [PATCH] Fixing module doc configuration for new JDK --- archiva-modules/pom.xml | 29 ++++++++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/archiva-modules/pom.xml b/archiva-modules/pom.xml index 26e5fb5c3..8b02dfa34 100644 --- a/archiva-modules/pom.xml +++ b/archiva-modules/pom.xml @@ -90,6 +90,24 @@ maven-project-info-reports-plugin ${maven-project-info-reports-plugin.version} + + org.apache.maven.plugins + maven-site-plugin + 3.9.1 + + + + org.apache.maven.plugins + maven-javadoc-plugin + ${javadocPluginVersion} + + none + -Xdoclint:none + + + + + org.apache.maven.plugins @@ -98,9 +116,9 @@ false true - 1.7 + 1.8 - http://java.sun.com/j2se/1.5.0/docs/api + https://docs.oracle.com/javase/8/docs/api/ http://commons.apache.org/collections/apidocs-COLLECTIONS_3_0/ http://commons.apache.org/dbcp/apidocs/ http://commons.apache.org/fileupload/apidocs/ @@ -114,6 +132,10 @@ true private + none + + -Xdoclint:none +