From 2675aa7e04a0dc25b4e535e00cbb67e543b9c84b Mon Sep 17 00:00:00 2001 From: JakobKrieg Date: Tue, 1 Dec 2020 11:03:14 +0100 Subject: CDS add swagger maven plugin Issue-ID: CCSDK-3011 Change-Id: If83fc5668dc5dad7ec0b5499141024303a3ca372 Signed-off-by: JakobKrieg --- ms/blueprintsprocessor/application/pom.xml | 60 ++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) (limited to 'ms/blueprintsprocessor/application') diff --git a/ms/blueprintsprocessor/application/pom.xml b/ms/blueprintsprocessor/application/pom.xml index d4084ac54..347281f8a 100755 --- a/ms/blueprintsprocessor/application/pom.xml +++ b/ms/blueprintsprocessor/application/pom.xml @@ -325,6 +325,66 @@ pl.project13.maven git-commit-id-plugin + + com.github.kongchen + swagger-maven-plugin + 3.1.8 + + + + true + + org.onap.ccsdk.cds.blueprintsprocessor.designer.api + org.onap.ccsdk.cds.blueprintsprocessor.resource.api + org.onap.ccsdk.cds.blueprintsprocessor.configs.api + org.onap.ccsdk.cds.blueprintsprocessor.healthapi + + + http + + localhost:8080 + + CDS Blueprint Processor API Reference + v1 + + Shows all resources and endpoints which CDS BP processor currently provides with sample requests/responses, parameter description and other information. + + + https://www.onap.org/ + + + onap-discuss@lists.onap.org + ONAP Community + https://www.onap.org/ + + + http://www.apache.org/licenses/LICENSE-2.0.html + Apache 2.0 + + + + + Basic Auth + basic + + + json,yaml + ${basedir}/target/swagger + cds-bp-api-swagger + true + {{className}}_{{methodName}}_{{httpMethod}}.{{packageName}} + + + + + + compile + + generate + + + + -- cgit 1.2.3-korg