diff --git a/scm-webapp/pom.xml b/scm-webapp/pom.xml
index fbc35f3cbd..e1ee2a75ea 100644
--- a/scm-webapp/pom.xml
+++ b/scm-webapp/pom.xml
@@ -865,6 +865,7 @@
${project.build.directory}/enunciate.xml
${project.build.directory}
+ restdocs
diff --git a/scm-webapp/src/main/doc/assembly.xml b/scm-webapp/src/main/doc/assembly.xml
index 9b1a1af5de..93c3f88ba0 100644
--- a/scm-webapp/src/main/doc/assembly.xml
+++ b/scm-webapp/src/main/doc/assembly.xml
@@ -46,7 +46,7 @@
- target/apidocs
+ target/restdocs
false
.
0755