From 3c2efa001a27bee05d101002ee9a685c2009a3a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?JB=20Onofr=C3=A9?= Date: Fri, 20 Mar 2026 15:26:25 +0100 Subject: [PATCH] chore: remove obsolete Maven profiles Remove the following obsolete profiles from the parent pom.xml: - consolets: dead fusesource maven-consolets-plugin, no active usage - graph: dead fusesource maven-graph-plugin, no active usage - jdk8-disable-doclint: always active (JDK 1.8+), moved javadoc.options property to main section instead Also removed the unused maven-graph-plugin-version property. --- pom.xml | 53 +---------------------------------------------------- 1 file changed, 1 insertion(+), 52 deletions(-) diff --git a/pom.xml b/pom.xml index 1dc2af0b6bb..d41a8ecedef 100644 --- a/pom.xml +++ b/pom.xml @@ -35,6 +35,7 @@ + -Xdoclint:none - - consolets - - - - org.fusesource.mvnplugins - maven-consolets-plugin - 1.45 - - true - - - - validate - - install - - - - - - - apache-release @@ -1387,22 +1363,6 @@ - - - graph - - - - org.fusesource.mvnplugins - maven-graph-plugin - ${maven-graph-plugin-version} - - - - @@ -1430,17 +1390,6 @@ - - - jdk8-disable-doclint - - [1.8,) - - - -Xdoclint:none - - - allow-securitymanager