From edec52e43f614fe9abb7a742729f937de36b0cd0 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Tue, 6 Feb 2024 10:32:45 +0100 Subject: [PATCH] Move GPG signing into release profile. Closes #201 --- bom/pom.xml | 60 ++++++++++++++++++++++++++--------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/bom/pom.xml b/bom/pom.xml index 25ec071..bc60052 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -288,30 +288,6 @@ - - - - org.apache.maven.plugins - maven-gpg-plugin - 3.0.1 - - - sign-artifacts - verify - - sign - - - - --pinentry-mode - loopback - --no-tty - - - - - - @@ -332,11 +308,6 @@ - - org.apache.maven.plugins - maven-gpg-plugin - - org.sonatype.plugins nexus-staging-maven-plugin @@ -360,7 +331,31 @@ - + + + + org.apache.maven.plugins + maven-gpg-plugin + 3.0.1 + + + sign-artifacts + verify + + sign + + + + --pinentry-mode + loopback + --no-tty + + + + + + + org.apache.maven.plugins @@ -400,6 +395,11 @@ + + org.apache.maven.plugins + maven-gpg-plugin + + org.apache.maven.plugins maven-enforcer-plugin