From 381e8cb73f7df7e07faedde2647771c42dc79fcb Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Wed, 8 Apr 2020 14:22:10 +0200 Subject: [PATCH] Move the plugin to the management section --- pom.xml | 47 +++++++++++++++++++++++------------------------ 1 file changed, 23 insertions(+), 24 deletions(-) diff --git a/pom.xml b/pom.xml index 36f6d9905..98742a4d6 100644 --- a/pom.xml +++ b/pom.xml @@ -362,6 +362,29 @@ + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + sign-artifacts + verify + + sign + + + gpg + + --pinentry-mode + loopback + + ${gpg.passphrase} + true + + + + @@ -484,30 +507,6 @@ true - - - org.apache.maven.plugins - maven-gpg-plugin - 1.6 - - - sign-artifacts - verify - - sign - - - gpg - - --pinentry-mode - loopback - - ${gpg.passphrase} - true - - - -