From 9ec1bee1b114c6024994b8f13a31a03113469f86 Mon Sep 17 00:00:00 2001 From: Rachel Walker Date: Mon, 17 Dec 2012 06:00:41 -0800 Subject: [PATCH] Updated the pom files for signing --- exception-handler/pom.xml | 4 ++-- pom.xml | 31 ++++++++++++++++++++++++++++++- sample/pom.xml | 29 +++++++++++++++++++++++++++++ 3 files changed, 61 insertions(+), 3 deletions(-) diff --git a/exception-handler/pom.xml b/exception-handler/pom.xml index c7f5c43..47c7a23 100644 --- a/exception-handler/pom.xml +++ b/exception-handler/pom.xml @@ -234,11 +234,11 @@ - + - + diff --git a/pom.xml b/pom.xml index df959cb..558b021 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 com.github.raychatter spring-restful-exception-handler-parent @@ -16,6 +16,35 @@ scm:git:git@github.com:raychatter/spring-restful-exception-handler.git git@github.com:raychatter/spring-restful-exception-handler.git + + + release-sign-artifacts + + + performRelease + true + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.1 + + + sign-artifacts + verify + + sign + + + + + + + + exception-handler sample diff --git a/sample/pom.xml b/sample/pom.xml index 2df0417..6d7f86f 100755 --- a/sample/pom.xml +++ b/sample/pom.xml @@ -15,6 +15,35 @@ 3.1.1.RELEASE + + + release-sign-artifacts + + + performRelease + true + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.1 + + + sign-artifacts + verify + + sign + + + + + + + +