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