This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit dbcb7c10020dd11a4d1140cc3b89ffce11370a15 Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Mar 5 19:27:46 2020 +0000 Update gpg signing task in Maven publishing build file --- res/maven/mvn-pub.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/res/maven/mvn-pub.xml b/res/maven/mvn-pub.xml index fee8d8e..45af1ce 100644 --- a/res/maven/mvn-pub.xml +++ b/res/maven/mvn-pub.xml @@ -521,6 +521,8 @@ <exec executable="${gpg.exec}" failonerror="true" inputstring="${gpg.passphrase}"> <arg value="--batch"/> + <arg value="--pinentry-mode"/> + <arg value="loopback"/> <arg value="--passphrase-fd"/> <arg value="0"/> <arg value="-a"/> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org