From 33e49731f7700dc5e0c914e09c5b5fcccf65aba5 Mon Sep 17 00:00:00 2001 From: Eddie Carpenter Date: Tue, 2 Jul 2024 15:19:35 +1200 Subject: [PATCH] Added option to sign jars --- pom.xml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c74d810..f8a80e6 100644 --- a/pom.xml +++ b/pom.xml @@ -112,6 +112,22 @@ maven-deploy-plugin ${maven-deploy-plugin.version} + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + sign-artifacts + install + + sign + + + + + org.apache.maven.plugins maven-source-plugin @@ -121,7 +137,7 @@ attach-sources verify - jar-no-fork + jar