From 6b55f071baba057b7817bde645e7145cf2ce24f0 Mon Sep 17 00:00:00 2001 From: Inderjeet Singh Date: Sun, 10 Apr 2011 00:23:39 +0000 Subject: [PATCH] enabled PGP signing when using maven to perform a release. --- gson/pom.xml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/gson/pom.xml b/gson/pom.xml index 831d460d..0382b03e 100644 --- a/gson/pom.xml +++ b/gson/pom.xml @@ -45,6 +45,35 @@ test + + + + release-sign-artifacts + + + performRelease + true + + + + + + org.apache.maven.plugins + maven-gpg-plugin + + + sign-artifacts + verify + + sign + + + + + + + + package