From d16fa8aebdbd9b80619b81e150e9d060708752a7 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Thu, 14 Oct 2010 22:45:12 +0000 Subject: [PATCH] Only require signing when doing a real release. --- pom.xml | 47 ++++++++++++++++++++++++++++++----------------- 1 file changed, 30 insertions(+), 17 deletions(-) diff --git a/pom.xml b/pom.xml index 528be15..05394f5 100644 --- a/pom.xml +++ b/pom.xml @@ -155,23 +155,6 @@ - - org.apache.maven.plugins - maven-gpg-plugin - RELEASE - - - sign-artifacts - verify - - sign - - - - - mdb@samskivert.com - - org.apache.maven.plugins maven-jar-plugin @@ -189,4 +172,34 @@ + + + + release-sign-artifacts + + performReleasetrue + + + + + org.apache.maven.plugins + maven-gpg-plugin + RELEASE + + + sign-artifacts + verify + + sign + + + + + mdb@samskivert.com + + + + + +