From dabdb1a4b8f1b28de120a199a10b7f233f66673a Mon Sep 17 00:00:00 2001 From: Robert Lazarski Date: Wed, 13 Nov 2024 13:12:46 -1000 Subject: [PATCH] site-deploy is not finding our JavaDoc, so fix that with some maven-resources-plugin config --- pom.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/pom.xml b/pom.xml index 07c376c278..eb7d13017a 100644 --- a/pom.xml +++ b/pom.xml @@ -1555,6 +1555,30 @@ true + + + maven-resources-plugin + + + copy-resources + package + + copy-resources + + + ${project.parent.basedir}/target/staging/apidocs + + + ${project.parent.basedir}/apidocs/target/reports/apidocs + + **/*.* + + + + + + + org.apache.maven.plugins maven-scm-publish-plugin