From 2fcc89c675ca44efb0a5b7bcec993851acef445e Mon Sep 17 00:00:00 2001 From: lo1nt Date: Thu, 15 Jun 2023 16:55:40 +0800 Subject: [PATCH] fix: gpg maven plugin (#88) Co-authored-by: lo1nt --- pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e131277..8aca797 100644 --- a/pom.xml +++ b/pom.xml @@ -250,7 +250,7 @@ org.apache.maven.plugins maven-gpg-plugin - 1.5 + 1.6 sign-artifacts @@ -260,6 +260,12 @@ + + + --pinentry-mode + loopback + +