From bbf2818267a6ae1fdf2b157fb535660238f81388 Mon Sep 17 00:00:00 2001 From: Riley Park Date: Tue, 1 Dec 2020 16:07:33 -0800 Subject: [PATCH] Include an automatic module name in generated manifests --- springdoc-openapi-common/pom.xml | 15 +++++++++++++++ springdoc-openapi-data-rest/pom.xml | 15 +++++++++++++++ springdoc-openapi-groovy/pom.xml | 11 +++++++++++ springdoc-openapi-hateoas/pom.xml | 17 +++++++++++++++-- springdoc-openapi-kotlin/pom.xml | 11 +++++++++++ springdoc-openapi-security/pom.xml | 16 +++++++++++++++- springdoc-openapi-ui/pom.xml | 15 +++++++++++++++ springdoc-openapi-webflux-core/pom.xml | 15 +++++++++++++++ springdoc-openapi-webflux-ui/pom.xml | 15 +++++++++++++++ springdoc-openapi-webmvc-core/pom.xml | 15 +++++++++++++++ 10 files changed, 142 insertions(+), 3 deletions(-) diff --git a/springdoc-openapi-common/pom.xml b/springdoc-openapi-common/pom.xml index e6256145d..4d1aef895 100644 --- a/springdoc-openapi-common/pom.xml +++ b/springdoc-openapi-common/pom.xml @@ -47,4 +47,19 @@ true + + + + org.apache.maven.plugins + maven-jar-plugin + + + + org.springdoc.openapi.common + + + + + + \ No newline at end of file diff --git a/springdoc-openapi-data-rest/pom.xml b/springdoc-openapi-data-rest/pom.xml index 3505afa7f..c49c7b200 100644 --- a/springdoc-openapi-data-rest/pom.xml +++ b/springdoc-openapi-data-rest/pom.xml @@ -50,4 +50,19 @@ test + + + + org.apache.maven.plugins + maven-jar-plugin + + + + org.springdoc.openapi.data.rest + + + + + + \ No newline at end of file diff --git a/springdoc-openapi-groovy/pom.xml b/springdoc-openapi-groovy/pom.xml index 19b457d2b..9cc57c512 100644 --- a/springdoc-openapi-groovy/pom.xml +++ b/springdoc-openapi-groovy/pom.xml @@ -33,6 +33,17 @@ + + org.apache.maven.plugins + maven-jar-plugin + + + + org.springdoc.openapi.groovy + + + + org.codehaus.gmavenplus gmavenplus-plugin diff --git a/springdoc-openapi-hateoas/pom.xml b/springdoc-openapi-hateoas/pom.xml index f6f7b88d8..4fe0b4474 100644 --- a/springdoc-openapi-hateoas/pom.xml +++ b/springdoc-openapi-hateoas/pom.xml @@ -50,6 +50,19 @@ test - - + + + + org.apache.maven.plugins + maven-jar-plugin + + + + org.springdoc.openapi.hateoas + + + + + + \ No newline at end of file diff --git a/springdoc-openapi-kotlin/pom.xml b/springdoc-openapi-kotlin/pom.xml index 5b46a33e0..416f473db 100644 --- a/springdoc-openapi-kotlin/pom.xml +++ b/springdoc-openapi-kotlin/pom.xml @@ -37,6 +37,17 @@ + + org.apache.maven.plugins + maven-jar-plugin + + + + org.springdoc.openapi.kotlin + + + + kotlin-maven-plugin org.jetbrains.kotlin diff --git a/springdoc-openapi-security/pom.xml b/springdoc-openapi-security/pom.xml index 807fba79c..89b5d6e81 100644 --- a/springdoc-openapi-security/pom.xml +++ b/springdoc-openapi-security/pom.xml @@ -53,5 +53,19 @@ test - + + + + org.apache.maven.plugins + maven-jar-plugin + + + + org.springdoc.openapi.security + + + + + + \ No newline at end of file diff --git a/springdoc-openapi-ui/pom.xml b/springdoc-openapi-ui/pom.xml index a15d29b16..c3efa4aee 100644 --- a/springdoc-openapi-ui/pom.xml +++ b/springdoc-openapi-ui/pom.xml @@ -44,4 +44,19 @@ test + + + + org.apache.maven.plugins + maven-jar-plugin + + + + org.springdoc.openapi.ui + + + + + + \ No newline at end of file diff --git a/springdoc-openapi-webflux-core/pom.xml b/springdoc-openapi-webflux-core/pom.xml index db125c6dd..7dea55cbf 100644 --- a/springdoc-openapi-webflux-core/pom.xml +++ b/springdoc-openapi-webflux-core/pom.xml @@ -29,4 +29,19 @@ test + + + + org.apache.maven.plugins + maven-jar-plugin + + + + org.springdoc.openapi.webflux.core + + + + + + \ No newline at end of file diff --git a/springdoc-openapi-webflux-ui/pom.xml b/springdoc-openapi-webflux-ui/pom.xml index 58bdc258b..0bed8c715 100644 --- a/springdoc-openapi-webflux-ui/pom.xml +++ b/springdoc-openapi-webflux-ui/pom.xml @@ -34,4 +34,19 @@ test + + + + org.apache.maven.plugins + maven-jar-plugin + + + + org.springdoc.openapi.webflux.ui + + + + + + \ No newline at end of file diff --git a/springdoc-openapi-webmvc-core/pom.xml b/springdoc-openapi-webmvc-core/pom.xml index 7d92727e1..55c19f253 100644 --- a/springdoc-openapi-webmvc-core/pom.xml +++ b/springdoc-openapi-webmvc-core/pom.xml @@ -44,4 +44,19 @@ test + + + + org.apache.maven.plugins + maven-jar-plugin + + + + org.springdoc.openapi.webmvc.core + + + + + + \ No newline at end of file