From 4baa75b06dcfb9365a8ea5cde03d77d7f21fa01c Mon Sep 17 00:00:00 2001 From: egernug Date: Fri, 27 Sep 2024 13:33:24 +0100 Subject: [PATCH] Fix inputSpec for openapi code gen Existing inputSpec only accessible from cps root. Changing path to be accessible elsewhere Issue-ID: CPS-2332 Change-Id: I94ada93ea3c88d2fdca84d49c21e1ffc2923f4b2 Signed-off-by: egernug --- cps-rest/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cps-rest/pom.xml b/cps-rest/pom.xml index 5151a416b8..f115fdfd52 100644 --- a/cps-rest/pom.xml +++ b/cps-rest/pom.xml @@ -141,7 +141,7 @@ generate - docs/api/swagger/cps/openapi.yaml + ${project.basedir}/../docs/api/swagger/cps/openapi.yaml org.onap.cps.rest.controller org.onap.cps.rest.model org.onap.cps.rest.api @@ -165,7 +165,7 @@ compile - docs/api/swagger/cps/openapi.yaml + ${project.basedir}/../docs/api/swagger/cps/openapi.yaml openapi-yaml openapi.yaml -- 2.16.6