From c88b66b45d24af033587f3c5020991460ac58302 Mon Sep 17 00:00:00 2001 From: Bartosz Gardziejewski Date: Wed, 12 Feb 2020 07:49:02 +0100 Subject: Generate openAPI 3.0 specification. Issue-ID: AAF-995 Signed-off-by: Bartosz Gardziejewski Change-Id: I3de5dae9688d89b3bac0d86beff982247667854d --- certService/pom.xml | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) (limited to 'certService/pom.xml') diff --git a/certService/pom.xml b/certService/pom.xml index d5b6e7d3..89e70232 100644 --- a/certService/pom.xml +++ b/certService/pom.xml @@ -40,6 +40,8 @@ 1.60 0.33.0 ${project.version} + http://localhost:8080/v3/api-docs + @@ -135,7 +137,6 @@ maven-surefire-plugin ${maven-surefire-plugin.version} - @@ -148,6 +149,18 @@ repackage + + pre-integration-test + + start + + + + post-integration-test + + stop + + @@ -174,6 +187,24 @@ + + org.springdoc + springdoc-openapi-maven-plugin + 0.2 + + + integration-test + + generate + + + + + ${springdoc-openapi-maven-plugin.apiDocsUrl} + api-docs.json + ${project.build.directory} + + -- cgit 1.2.3-korg