From 9f545438d91de4496735e8b80f139f5dcabe8243 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Tue, 6 Feb 2024 11:00:17 +0100 Subject: [PATCH] Move GPG signing into release profile. Closes #2214 --- pom.xml | 51 ++++++++++++++++++++++----------------------------- 1 file changed, 22 insertions(+), 29 deletions(-) diff --git a/pom.xml b/pom.xml index a8f78ac6..acf01cd2 100644 --- a/pom.xml +++ b/pom.xml @@ -77,6 +77,28 @@ release + + + org.apache.maven.plugins + maven-gpg-plugin + 3.0.1 + + + sign-artifacts + verify + + sign + + + + --pinentry-mode + loopback + --no-tty + + + + + @@ -184,30 +206,6 @@ - - - - org.apache.maven.plugins - maven-gpg-plugin - 3.0.1 - - - sign-artifacts - verify - - sign - - - - --pinentry-mode - loopback - --no-tty - - - - - - @@ -228,11 +226,6 @@ - - org.apache.maven.plugins - maven-gpg-plugin - - org.sonatype.plugins nexus-staging-maven-plugin