From 3aea57e78651eabe954a2cfb9b2c85289295806f Mon Sep 17 00:00:00 2001 From: Renu Kumari Date: Tue, 12 Oct 2021 13:41:01 -0400 Subject: Provide complete openapi.yml in read the docs - Seperate openapi.yml for code gen and read the docs - Added few env varaibles in docker-compose.yml Issue-ID: CPS-733 Signed-off-by: Renu Kumari Change-Id: Ibda007c40396436a5adce137d9f69806100253dc --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 03344dbc..2ac674c3 100644 --- a/pom.xml +++ b/pom.xml @@ -164,7 +164,7 @@ generate - ${project.basedir}/docs/openapi/openapi.yml + ${project.basedir}/openapi/openapi.yml spring false org.onap.cps.ncmp.dmi.rest.api @@ -184,7 +184,7 @@ compile - ${project.basedir}/docs/openapi/openapi.yml + ${project.basedir}/openapi/openapi.yml openapi-yaml -- cgit 1.2.3-korg