diff options
Diffstat (limited to 'openecomp-be/api')
-rw-r--r-- | openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml index fbdbd39fe3..2da91397c7 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml @@ -310,8 +310,8 @@ <version>${swagger-core-mvn-plugin.version}</version> <configuration> <outputPath>${project.build.directory}/generated/swagger-ui</outputPath> - <outputFileName>swagger-sdce-1</outputFileName> - <outputFormat>JSON</outputFormat> + <outputFileName>openapi-sdce-1</outputFileName> + <outputFormat>JSONANDYAML</outputFormat> <configurationFilePath> ${project.basedir}/src/main/resources/swagger-config.yaml </configurationFilePath> |