From 4f137c85511d2b27891a71f1e5390145f5c2952b Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Tue, 7 Feb 2023 16:19:17 +0100 Subject: [PATCH] Parametrizes the gpg phase so that projects can opt out of it --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4f70d81c..0ebe894f 100644 --- a/pom.xml +++ b/pom.xml @@ -140,6 +140,7 @@ sun.boot.class.path true false + verify @@ -840,7 +841,7 @@ sign-artifacts - verify + ${maven-gpg-plugin.phase} sign