From c10913cb1f0403c4df855fe44106bb7880fcb783 Mon Sep 17 00:00:00 2001 From: Keegan Witt Date: Wed, 2 Oct 2024 11:44:43 -0400 Subject: [PATCH] Default to gpg enabled rather than disabled --- pom.xml | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/pom.xml b/pom.xml index d8d47cc3..c677fdf7 100644 --- a/pom.xml +++ b/pom.xml @@ -164,25 +164,10 @@ release-sign-artifacts - - performRelease - true - + true - - org.apache.maven.plugins - maven-gpg-plugin - 3.2.7 - - - - sign - - - - @@ -391,6 +376,20 @@ + + org.apache.maven.plugins + maven-gpg-plugin + 3.2.7 + + + sign-artifacts + verify + + sign + + + + org.apache.maven.plugins maven-install-plugin