From 0659d1742f78a72aeb8bad7849e0a922ef81815e Mon Sep 17 00:00:00 2001 From: liamfallon Date: Wed, 16 Nov 2022 08:15:21 -0800 Subject: Remove policy parent swagger generation profile This maven profile used the Swagger endpoint to generate the Swagger and then generated a HTML and PDF version using Asciidoc. We now have Swagger as a source artifact so this profile is no longer needed. This commit als fixes the issue with the example for using this profile in the documentation, which references a non-existant link. Issue-ID: POLICY-4431 Change-Id: I970eb392f156662c3bbfb38e978bc46335538925 Signed-off-by: liamfallon --- integration/pom.xml | 156 ---------------------------------------------------- 1 file changed, 156 deletions(-) (limited to 'integration/pom.xml') diff --git a/integration/pom.xml b/integration/pom.xml index c0d81761..2b651ae5 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -1118,162 +1118,6 @@ - - generateSwaggerDocs - - - !skipTests - - - - - - - io.github.swagger2markup - swagger2markup-maven-plugin - 1.3.3 - - - io.github.swagger2markup - swagger2markup-import-files-ext - 1.3.3 - - - io.github.swagger2markup - swagger2markup-spring-restdocs-ext - 1.3.3 - - - - ${project.build.directory}/swagger/swagger.json - ${project.build.directory}/asciidoc/generated - - ASCIIDOC - - - - - ${swagger.generation.phase} - - convertSwagger2markup - - - - - - - org.apache.maven.plugins - maven-dependency-plugin - - - unpack-swagger-asciidoc - ${swagger.generation.phase} - - unpack - - - - - org.onap.policy.parent - policy-parent-resources - jar - true - ${project.build.directory} - - - asciidoc/** - ${project.build.directory} - - - - - - - - org.asciidoctor - asciidoctor-maven-plugin - 1.5.7.1 - - - org.asciidoctor - asciidoctorj-pdf - 1.5.0-alpha.10.1 - - - - ${project.build.directory}/asciidoc - swagger.adoc - - book - left - 3 - - - - - ${project.build.directory}/asciidoc/generated - - - - - - output-html - ${swagger.generation.phase} - - process-asciidoc - - - html5 - ${project.build.directory}/swagger - - - - output-pdf - ${swagger.generation.phase} - - process-asciidoc - - - pdf - ${project.build.directory}/swagger - - - - - - - - org.apache.maven.plugins - maven-assembly-plugin - - - org.onap.policy.parent - policy-parent-resources - ${version.parent.resources} - - - - - generate-swagger-tar - ${swagger.generation.phase} - - single - - - - swagger-docs - - ${project.artifactId} - - - - - - - - -- cgit 1.2.3-korg