diff options
author | Toine Siebelink <toine.siebelink@est.tech> | 2021-09-01 12:48:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-09-01 12:48:44 +0000 |
commit | c0708c6435480a3a1f5c4c8a95f21cfd1d76c6df (patch) | |
tree | e0863025215ae5bd3e5abdced0568a9d56f32834 /cps-parent | |
parent | 0af60de4fbb3a3e6c828e179c667b173b1539b62 (diff) | |
parent | 4d520016514834bef903401518be5989b390874a (diff) |
Merge "Add ncmp endpoints to swagger-ui"
Diffstat (limited to 'cps-parent')
-rwxr-xr-x | cps-parent/pom.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml index 46594dabe9..e8861006e0 100755 --- a/cps-parent/pom.xml +++ b/cps-parent/pom.xml @@ -123,6 +123,19 @@ <groupId>io.swagger.codegen.v3</groupId> <artifactId>swagger-codegen-maven-plugin</artifactId> <version>3.0.27</version> + <executions> + <execution> + <id>openapi-yaml-gen</id> + <goals> + <goal>generate</goal> + </goals> + <phase>compile</phase> + <configuration> + <inputSpec>${project.basedir}/docs/openapi/openapi.yml</inputSpec> + <language>openapi-yaml</language> + </configuration> + </execution> + </executions> </plugin> <plugin> <groupId>com.github.spotbugs</groupId> |