From 49616e1d9d09e3ccd533cc0bc6931c7965c21ced Mon Sep 17 00:00:00 2001 From: Sven Kubiak Date: Mon, 17 Jul 2023 14:13:27 +0200 Subject: [PATCH] Signing is only activated on release --- pom.xml | 42 +++++++++++++++++++++++++++--------------- 1 file changed, 27 insertions(+), 15 deletions(-) diff --git a/pom.xml b/pom.xml index acc712c..1eae30f 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,6 @@ - + 4.0.0 de.svenkubiak jpushover @@ -207,20 +209,6 @@ true - - org.apache.maven.plugins - maven-gpg-plugin - 3.1.0 - - - sign-artifacts - verify - - sign - - - - @@ -231,4 +219,28 @@ test + + + release + + + + org.apache.maven.plugins + maven-gpg-plugin + 3.1.0 + + + sign-artifacts + verify + + sign + + + + + + + + + \ No newline at end of file