From ff7d57a1f39044ed180b38e474be73e8d81ce6f6 Mon Sep 17 00:00:00 2001 From: Bruno Sakoto Date: Tue, 7 Sep 2021 18:21:59 -0400 Subject: Create preliminary documentation * Create documentation structure in docs folder * Move api specification to openapi folder Issue-ID: CPS-632 Signed-off-by: Bruno Sakoto Change-Id: Iec2f703e0d3fe019f89f48dd135c4f96af65c330 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index fa44f35..9415e06 100755 --- a/pom.xml +++ b/pom.xml @@ -212,7 +212,7 @@ - docs/api + openapi static true @@ -481,7 +481,7 @@ generate - ${project.basedir}/docs/api/swagger/openapi.yml + ${project.basedir}/openapi/swagger/openapi.yml org.onap.cps.temporal.controller.rest org.onap.cps.temporal.controller.rest.model org.onap.cps.temporal.controller.rest -- cgit 1.2.3-korg