From 5e2645882bc8cce9a9b140ed9b718524ca36ec56 Mon Sep 17 00:00:00 2001 From: Rogiel Date: Wed, 18 Jan 2012 18:09:57 -0200 Subject: [PATCH] Fixes GPG signing issue --- pom.xml | 42 ++++++++++++++++-------------------------- 1 file changed, 16 insertions(+), 26 deletions(-) diff --git a/pom.xml b/pom.xml index 70f7a4b..e4704e2 100644 --- a/pom.xml +++ b/pom.xml @@ -209,36 +209,26 @@ true + + org.apache.maven.plugins + maven-gpg-plugin + 1.4 + + + sign-artifacts + verify + + sign + + + + - + - release-sign-artifacts - - - performRelease - true - - - - - - org.apache.maven.plugins - maven-gpg-plugin - 1.4 - - - sign-artifacts - verify - - sign - - - - - - + github