From 57ddc47bd7d81d1e4499a568ca93776fa54d999c Mon Sep 17 00:00:00 2001 From: Clement Escoffier Date: Thu, 12 Dec 2024 14:32:32 +0100 Subject: [PATCH] Automatic module name proposal --- certificate-generator-junit5/pom.xml | 15 +++++++++++++++ certificate-generator-maven-plugin/pom.xml | 16 +++++++++++++++- certificate-generator/pom.xml | 16 ++++++++++++++++ private-key-pem-parser/pom.xml | 15 +++++++++++++++ 4 files changed, 61 insertions(+), 1 deletion(-) diff --git a/certificate-generator-junit5/pom.xml b/certificate-generator-junit5/pom.xml index 9cd9ef2..eadab6b 100644 --- a/certificate-generator-junit5/pom.xml +++ b/certificate-generator-junit5/pom.xml @@ -37,5 +37,20 @@ + + + + org.apache.maven.plugins + maven-jar-plugin + + + + io.smallrye.certs.junit5 + + + + + + \ No newline at end of file diff --git a/certificate-generator-maven-plugin/pom.xml b/certificate-generator-maven-plugin/pom.xml index 12dffa4..f36efa9 100644 --- a/certificate-generator-maven-plugin/pom.xml +++ b/certificate-generator-maven-plugin/pom.xml @@ -1,5 +1,6 @@ - + 4.0.0 @@ -47,6 +48,19 @@ + + + + org.apache.maven.plugins + maven-jar-plugin + + + + io.smallrye.maven + + + + diff --git a/certificate-generator/pom.xml b/certificate-generator/pom.xml index 1ca9b3e..74f1584 100644 --- a/certificate-generator/pom.xml +++ b/certificate-generator/pom.xml @@ -73,4 +73,20 @@ test + + + + + org.apache.maven.plugins + maven-jar-plugin + + + + io.smallrye.certs + + + + + + \ No newline at end of file diff --git a/private-key-pem-parser/pom.xml b/private-key-pem-parser/pom.xml index 6a87952..057fea0 100644 --- a/private-key-pem-parser/pom.xml +++ b/private-key-pem-parser/pom.xml @@ -65,5 +65,20 @@ + + + + org.apache.maven.plugins + maven-jar-plugin + + + + io.smallrye.certs.pem + + + + + + \ No newline at end of file