From 1bf99208cbc9351195e419e68db7805722e0328f Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Mon, 3 Jun 2019 16:54:58 -0400 Subject: [PATCH] Add mavn gpg plugin with controlling tty See this SO thread: https://stackoverflow.com/questions/53992950/maven-gpg-plugin-failing-with-inappropriate-ioctl-for-device-when-running-unde --- pom.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/pom.xml b/pom.xml index 79f19b62a..b6a798eaf 100644 --- a/pom.xml +++ b/pom.xml @@ -180,6 +180,25 @@ + + org.apache.maven.plugins + maven-gpg-plugin + + + sign-artifacts + verify + + sign + + + + --pinentry-mode + loopback + + + + +