From da155c18ca1bea4d98219c7bffca9a81f2d76db1 Mon Sep 17 00:00:00 2001 From: Caesar Ralf Date: Wed, 5 Jul 2023 15:30:21 +0200 Subject: [PATCH] Fix gpg plugin for being able to release --- pom.xml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/pom.xml b/pom.xml index 63505f4..60808f3 100644 --- a/pom.xml +++ b/pom.xml @@ -148,4 +148,34 @@ + + + release + + + + org.apache.maven.plugins + maven-gpg-plugin + 3.1.0 + + + sign-artifacts + + sign + + verify + + + --pinentry-mode + loopback + + + + + + + + + +