From 143cc5a40cdbf367fa280b156f8b9223286cbb55 Mon Sep 17 00:00:00 2001 From: Andrew DeMaria Date: Sat, 4 Nov 2017 12:05:13 -0600 Subject: [PATCH] Added gpg sign profile Signed-off-by: Andrew DeMaria --- airsonic-main/pom.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/airsonic-main/pom.xml b/airsonic-main/pom.xml index a467acec..d9a00222 100644 --- a/airsonic-main/pom.xml +++ b/airsonic-main/pom.xml @@ -598,5 +598,25 @@ spring-boot-starter-tomcat + + sign + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + package + + sign + + + + + + +