From 7fe5a674aa5cddd507fc0839c28be152ef62a1f7 Mon Sep 17 00:00:00 2001 From: Jussi Malinen Date: Mon, 4 Nov 2013 14:52:53 +0200 Subject: [PATCH] add gpg sign plugin --- pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/pom.xml b/pom.xml index 2ca2ba1..4b98012 100644 --- a/pom.xml +++ b/pom.xml @@ -405,6 +405,21 @@ + + + org.apache.maven.plugins + maven-gpg-plugin + 1.4 + + + sign-artifacts + install + + sign + + + +