From f2c1fcfebfa3505a57db36c7424a1151327758d8 Mon Sep 17 00:00:00 2001 From: Adam Peck Date: Thu, 8 May 2025 15:05:30 -0600 Subject: [PATCH] Fix publish path for javadoc --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 94e8baf..1c4d238 100644 --- a/pom.xml +++ b/pom.xml @@ -174,7 +174,7 @@ ${project.build.directory}/scmpublish Publishing javadoc for ${project.artifactId}:${project.version} - ${project.reporting.outputDirectory}/apidocs + ${project.build.directory}/reports/apidocs true scm:git:https://github.com/dampcake/bencode.git