This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit eaa1e5268b7c3ddddf89a93931b8c204f95ab4d2 Author: Mark Thomas <[email protected]> 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 aea7b47..976afd6 100644 --- a/res/maven/mvn-pub.xml +++ b/res/maven/mvn-pub.xml @@ -390,6 +390,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: [email protected] For additional commands, e-mail: [email protected]
