From 0bf45e0995946b9e596a2dc81aee0cd14043e07c Mon Sep 17 00:00:00 2001 From: "Piotr P. Karwasz" Date: Wed, 18 Jun 2025 08:56:08 +0200 Subject: [PATCH] fix: Update Javadoc output path to match plugin changes The Javadoc site generation broke after upgrading to Maven Javadoc Plugin 3.10.0 due to a change in the output directory structure (see apache/maven-javadoc-plugin#1163). This update adjusts our build script to look in the new output location, restoring proper Javadoc generation. Closes #3753 > [!NOTE] > This change has already been applied to `2.x-site-pro` --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3de3452381d..0375ec27e8a 100644 --- a/pom.xml +++ b/pom.xml @@ -830,7 +830,7 @@ ${maven.multiModuleProjectDirectory}/target/site/javadoc/${project.artifactId} - ${project.build.directory}/site/apidocs + ${project.build.directory}/reports/apidocs