From f28594d423c9da9988d6a23ab49c4e787a5ae089 Mon Sep 17 00:00:00 2001 From: elinuxhenrik Date: Mon, 7 Dec 2020 14:54:19 +0100 Subject: Add generation of API yaml file Change-Id: I3f3091c76b926425f9a2187e43dd03a1cdb4bda6 Issue-ID: CCSDK-2736 Signed-off-by: elinuxhenrik --- a1-policy-management/pom.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'a1-policy-management/pom.xml') diff --git a/a1-policy-management/pom.xml b/a1-policy-management/pom.xml index be8838ba..f218b52d 100644 --- a/a1-policy-management/pom.xml +++ b/a1-policy-management/pom.xml @@ -49,6 +49,7 @@ 0.30.0 3.0.0-M5 0.8.6 + 3.0.11 true ${project.version} @@ -321,6 +322,27 @@ + + io.swagger.codegen.v3 + swagger-codegen-maven-plugin + ${swagger-codegen-maven-plugin.version} + + + test + + generate + + + ${project.basedir}/api/pms-api.json + openapi-yaml + ${project.basedir}/api + + pms-api.yaml + + + + + io.fabric8 docker-maven-plugin -- cgit 1.2.3-korg