From 059b68125318597e2f4ab7616cef03ac652a697c Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Wed, 10 May 2017 08:57:42 +0200 Subject: [PATCH] modify rest api assembly to match packaging before enunciate upgrade --- scm-webapp/pom.xml | 2 +- scm-webapp/src/main/doc/assembly.xml | 2 +- scm-webapp/src/main/doc/enunciate.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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}.

]]>