diff --git a/scm-webapp/pom.xml b/scm-webapp/pom.xml index 54ec78d376..fbc35f3cbd 100644 --- a/scm-webapp/pom.xml +++ b/scm-webapp/pom.xml @@ -864,7 +864,7 @@ ${project.build.directory}/enunciate.xml - ${project.build.directory}/restdocs + ${project.build.directory} diff --git a/scm-webapp/src/main/doc/assembly.xml b/scm-webapp/src/main/doc/assembly.xml index 93c3f88ba0..9b1a1af5de 100644 --- a/scm-webapp/src/main/doc/assembly.xml +++ b/scm-webapp/src/main/doc/assembly.xml @@ -46,7 +46,7 @@ - target/restdocs + target/apidocs false . 0755 diff --git a/scm-webapp/src/main/doc/enunciate.xml b/scm-webapp/src/main/doc/enunciate.xml index 19635b46a9..9bed97455a 100644 --- a/scm-webapp/src/main/doc/enunciate.xml +++ b/scm-webapp/src/main/doc/enunciate.xml @@ -48,7 +48,7 @@ SCM-Manager API - This page describes the REST Api of SCM-Manager ${project.version}. + This page describes the RESTful Web Service API of SCM-Manager ${project.version}. ]]>
This page describes the REST Api of SCM-Manager ${project.version}.
This page describes the RESTful Web Service API of SCM-Manager ${project.version}.