From 7576372347ebab9e546cce1e076892194d234c42 Mon Sep 17 00:00:00 2001 From: Matthew Dawson Date: Thu, 5 Feb 2015 00:24:50 -0500 Subject: [PATCH] Add signing stage to pom.xml. In preperation for a proper release, add a plugin to the pom file to sign everything. --- pom.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/pom.xml b/pom.xml index f74aad8..c8f7846 100644 --- a/pom.xml +++ b/pom.xml @@ -170,6 +170,23 @@ + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + sign-artifacts + verify + + sign + + + + + D16B88B9B969A4C78A4BE6C64725BF17E528FE9E + + -- GitLab