summaryrefslogtreecommitdiffstats
path: root/cps-ncmp-rest
diff options
context:
space:
mode:
authoregernug <gerard.nugent@est.tech>2023-10-12 13:33:08 +0100
committeregernug <gerard.nugent@est.tech>2023-10-17 12:12:36 +0100
commitfb09b7c27a814619d8032ac96a0fc6f757127358 (patch)
treee6333b85d16bb3ca639b7cbf8f07e25e9bfa6fd1 /cps-ncmp-rest
parentfc7a5d30953cfedd7e2ea2f969adab03716de6df (diff)
[BUG] Fix for Swagger UI generation
Issue-ID: CPS-1913 Signed-off-by: egernug <gerard.nugent@est.tech> Change-Id: Ib8a1b5fddc9957bd371fbb4dc54d018b25af3679
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 6a52d9f1a..d401d9020 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>