From 3ca17ec7ca6253e915e094c393768067ef343f83 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Fri, 25 Apr 2025 14:44:00 +0200 Subject: [PATCH] Fix Javadoc directory after plugin upgrade. See gh-913 --- spring-vault-distribution/pom.xml | 2 +- spring-vault-distribution/src/assembly/docs.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-vault-distribution/pom.xml b/spring-vault-distribution/pom.xml index 0b22a0c4..f40c35d8 100644 --- a/spring-vault-distribution/pom.xml +++ b/spring-vault-distribution/pom.xml @@ -244,7 +244,7 @@ - + diff --git a/spring-vault-distribution/src/assembly/docs.xml b/spring-vault-distribution/src/assembly/docs.xml index fa6ef425..cab86619 100644 --- a/spring-vault-distribution/src/assembly/docs.xml +++ b/spring-vault-distribution/src/assembly/docs.xml @@ -12,7 +12,7 @@ Adds reference manual (html and pdf) to the distribution archive under the 'docs/reference' directory see pom.xml 'maven-javadoc-plugin' declaration. --> - ${project.root}/target/site/reference + ${project.root}/target/reports/reference reference @@ -20,7 +20,7 @@ Adds javadoc html to the distribution archive under the 'docs/javadoc' directory see pom.xml 'maven-javadoc-plugin' declaration. --> - ${project.root}/target/site/apidocs + ${project.root}/target/reports/apidocs api