From 1bd1ef0d3ead23aea4001cd2e6c72d364e5a1ee6 Mon Sep 17 00:00:00 2001 From: achyuth8055 Date: Sun, 4 Jan 2026 23:15:09 -0600 Subject: [PATCH] Fix broken reference links in site.xml for Maven 4.x The Reference menu links were using incorrect paths (impl/ and compat/) instead of the deployed site structure (maven-impl-modules/ and maven-compat-modules/), causing 404 errors on the production site. Fixed URLs: - Lifecycles: ./maven-impl-modules/maven-core/lifecycles.html - Plugin Bindings: ./maven-impl-modules/maven-core/default-bindings.html - Artifact Handlers: ./maven-impl-modules/maven-core/artifact-handlers.html - CLI options: ./maven-compat-modules/maven-embedder/cli.html - Super POM: ./maven-compat-modules/maven-model-builder/super-pom.html --- src/site/site.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/site/site.xml b/src/site/site.xml index 0f5e00134cd1..ef1b54d1b6c7 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -59,11 +59,11 @@ under the License. - - - - - + + + + +