You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Markus Karg (Jira)" <ji...@apache.org> on 2019/09/23 21:00:00 UTC

[jira] [Created] (MGPG-73) Sorry, no terminal at all requested - can't get input

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)