Markus Karg created MGPG-73:
-------------------------------
Summary: Sorry, no terminal at all requested - can't get input
Key: MGPG-73
URL: https://issues.apache.org/jira/browse/MGPG-73
Project: Maven GPG Plugin
Issue Type: Bug
Affects Versions: 1.7
Reporter: Markus Karg
Running "mvn sign" (MGPG 1.7-SNAPSHOT) on public Gitlab.com CI/CD service with
GnuPG 2.2.12 fails with:
{{21329 [INFO] --- maven-gpg-plugin:1.7-SNAPSHOT:sign (sign-artifacts) @ cli
---}}
{{*gpg: Sorry, no terminal at all requested - can't get input*}}
<plugin> <artifactId>maven-gpg-plugin</artifactId>
<version>1.7-SNAPSHOT</version> <executions> <execution>
<id>sign-artifacts</id> <phase>verify</phase>
<goals> <goal>sign</goal>
</goals> </execution> </executions></plugin>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)