Skip to content

Commit

Permalink
#27: gpg: signing failed: Not a tty
Browse files Browse the repository at this point in the history
  • Loading branch information
dgroup committed Mar 8, 2021
1 parent 0a2c069 commit ae1c944
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,12 @@
</goals>
</execution>
</executions>
<configuration>
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
Expand Down

0 comments on commit ae1c944

Please sign in to comment.