[ci] Fix build on travis with new gpg version

See https://issues.apache.org/jira/browse/MGPG-59 for details.
This commit is contained in:
Andreas Dangel
2019-11-01 11:31:07 +01:00
parent b0a854619c
commit bfa2d1e872

View File

@ -876,6 +876,14 @@ Objective-C, Perl, PHP, PLSQL, Python, Ruby, Salesforce.com Apex, Scala, Swift a
<goals>
<goal>sign</goal>
</goals>
<configuration>
<!-- https://issues.apache.org/jira/browse/MGPG-59 - once m-gpg-p 1.7. is released,
this should not be needed anymore -->
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</execution>
</executions>
</plugin>