From 7702fc6c1ce7260f67ed1d2ea3e75c60ead4a929 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jochen=20Sta=CC=88rk?= Date: Sat, 24 Oct 2020 19:11:15 +0200 Subject: [PATCH] attempt to also sign when publishing --- pom.xml | 44 +++++++++++++++++++++++++++++++++++++++----- 1 file changed, 39 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index b5467295..93f13bc2 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,6 @@ - + 4.0.0 org.mustangproject core @@ -118,9 +119,9 @@ UTF-8 - - attach-javadoc - + + attach-javadoc + @@ -146,7 +147,7 @@ ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2/ + https://oss.sonatype.org/service/local/staging/deploy/maven2/ @@ -190,4 +191,37 @@ + + + + + + + release-sign-artifacts + + + performRelease + true + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + sign-artifacts + verify + + sign + + + + + + + +