From e37bd0f899d96cb3da82a561ca6147303c53f4bd Mon Sep 17 00:00:00 2001 From: Mykola Nikishov Date: Sat, 28 Feb 2026 13:44:56 +0200 Subject: [PATCH 1/2] Exclude retired Doxia Tools' Linkcheck from aggregator $ mvn --file sources/aggregator/pom.xml validate [INFO] Scanning for projects... [ERROR] [ERROR] Some problems were encountered while processing the POMs: [ERROR] Child module /sources/apache/maven/sources/aggregator/doxia/../../../doxia/tools/linkcheck of /sources/apache/maven/sources/aggregator/doxia/pom.xml does not exist @ [ERROR] Child module /sources/apache/maven/sources/aggregator/misc/../../../misc/plugin-testing/pom.xml of /sources/apache/maven/sources/aggregator/misc/pom.xml does not exist @ @ [ERROR] The build could not read 2 projects -> [Help 1] [ERROR] [ERROR] The project org.apache.maven.aggregator:doxia:1.0-SNAPSHOT (/sources/apache/maven/sources/aggregator/doxia/pom.xml) has 1 error [ERROR] Child module /sources/apache/maven/sources/aggregator/doxia/../../../doxia/tools/linkcheck of /sources/apache/maven/sources/aggregator/doxia/pom.xml does not exist [ERROR] [ERROR] The project org.apache.maven.aggregator:misc:1.0-SNAPSHOT (/sources/apache/maven/sources/aggregator/misc/pom.xml) has 1 error [ERROR] Child module /sources/apache/maven/sources/aggregator/misc/../../../misc/plugin-testing/pom.xml of /sources/apache/maven/sources/aggregator/misc/pom.xml does not exist The Apache Maven Doxia LinkCheck library has been retired [0] and is no longer maintained. [0] https://github.com/apache/maven-doxia-linkcheck/commit/17c01702d154ed3362c25ca12ea95cb0c72308e8 --- aggregator/doxia/pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/aggregator/doxia/pom.xml b/aggregator/doxia/pom.xml index f24a489..1ca941d 100644 --- a/aggregator/doxia/pom.xml +++ b/aggregator/doxia/pom.xml @@ -37,6 +37,5 @@ under the License. ../../../doxia/sitetools ../../../doxia/tools/doxia-book-maven-plugin ../../../doxia/tools/converter - ../../../doxia/tools/linkcheck From 6f0d9b391ca8e0e657938dd9add33f840b74b004 Mon Sep 17 00:00:00 2001 From: Mykola Nikishov Date: Sat, 28 Feb 2026 13:52:19 +0200 Subject: [PATCH 2/2] Exclude The Testing Framework from aggregator $ mvn --file sources/aggregator/pom.xml validate [INFO] Scanning for projects... [ERROR] [ERROR] Some problems were encountered while processing the POMs: [ERROR] Child module /sources/apache/maven/sources/aggregator/misc/../../../misc/plugin-testing/pom.xml of /sources/apache/maven/sources/aggregator/misc/pom.xml does not exist @ @ [ERROR] The build could not read 1 project -> [Help 1] [ERROR] [ERROR] The project org.apache.maven.aggregator:misc:1.0-SNAPSHOT (/sources/apache/maven/sources/aggregator/misc/pom.xml) has 1 error [ERROR] Child module /sources/apache/maven/sources/aggregator/misc/../../../misc/plugin-testing/pom.xml of /sources/apache/maven/sources/aggregator/misc/pom.xml does not exist The Testing Framework is now part of Maven Core. [1] https://github.com/apache/maven/pull/2193 [2] https://github.com/apache/maven-plugin-testing/issues/217 --- aggregator/misc/pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/aggregator/misc/pom.xml b/aggregator/misc/pom.xml index 0be2be9..ac18f8d 100644 --- a/aggregator/misc/pom.xml +++ b/aggregator/misc/pom.xml @@ -36,7 +36,6 @@ under the License. ../../../misc/dist-tool ../../../misc/indexer - ../../../misc/plugin-testing ../../../misc/pom/apache ../../../misc/pom/apache-resources ../../../misc/pom/maven