From 7f305df410ee9adf65a7a393fe5e2d96162a7ed7 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Wed, 29 May 2019 12:16:57 -0700 Subject: [PATCH] Configure gpg plugin version in pluginManagement. Maven is not using the 1.6 version of the GPG plugin for some reason, even though the place where the plugin is triggered explicitly specified that version. Maybe this new set of chicken sacrifices will cause Maven to do the right thing. --- pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1dfdfd8..7d01fef 100644 --- a/pom.xml +++ b/pom.xml @@ -107,6 +107,12 @@ maven-resources-plugin 3.0.2 + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + @@ -163,7 +169,6 @@ org.apache.maven.plugins maven-gpg-plugin - 1.6 sign-artifacts