summaryrefslogtreecommitdiffstats
path: root/cps-ncmp-rest
diff options
context:
space:
mode:
authorToine Siebelink <toine.siebelink@est.tech>2023-10-17 13:23:40 +0000
committerGerrit Code Review <gerrit@onap.org>2023-10-17 13:23:40 +0000
commitecfb5ee60ec54a2b3f789dc9436f6db4c830e3e8 (patch)
treee3c99ff6393b3f241c2b78124fb909d51e7c8825 /cps-ncmp-rest
parentc29a5fe32db7efb0fdefa3a3d020110aab9731b4 (diff)
parentfb09b7c27a814619d8032ac96a0fc6f757127358 (diff)
Merge "[BUG] Fix for Swagger UI generation"
Diffstat (limited to 'cps-ncmp-rest')
-rw-r--r--cps-ncmp-rest/pom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/cps-ncmp-rest/pom.xml b/cps-ncmp-rest/pom.xml
index 6a52d9f1af..d401d9020d 100644
--- a/cps-ncmp-rest/pom.xml
+++ b/cps-ncmp-rest/pom.xml
@@ -192,10 +192,9 @@
<phase>compile</phase>
<configuration>
<inputSpec>${project.basedir}/docs/openapi/openapi-inventory.yml</inputSpec>
- <generatorName>spring</generatorName>
+ <generatorName>openapi-yaml</generatorName>
<configOptions>
<outputFile>openapi-inventory.yaml</outputFile>
- <useSpringBoot3>true</useSpringBoot3>
</configOptions>
</configuration>
</execution>