From 340bccf5f8ed35f27651747f545b30ec9a5fe830 Mon Sep 17 00:00:00 2001 From: sburman Date: Mon, 31 Aug 2026 18:10:17 +0530 Subject: [PATCH] fix: update javadoc outputDirectory for maven-javadoc-plugin 3.12.0 reportOutputDirectory and destDir were removed as unknown parameters in 3.12.0. Replace with outputDirectory pointing to docs/. Co-Authored-By: Claude Sonnet 4.6 --- pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 57bf0190d0..383bd5e0a8 100644 --- a/pom.xml +++ b/pom.xml @@ -466,8 +466,7 @@ maven-javadoc-plugin ${javadoc.plugin.version} - . - docs + ${project.basedir}/docs 8 public true