From: egernug Date: Fri, 27 Sep 2024 12:33:24 +0000 (+0100) Subject: Fix inputSpec for openapi code gen X-Git-Tag: 3.5.3~8 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=4baa75b06dcfb9365a8ea5cde03d77d7f21fa01c;p=cps.git 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 --- 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