Skip to content

Commit

Permalink
No pinentry-mode in maven-gpg-plugin anymore, fixing #40
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashackt committed Feb 2, 2019
1 parent 277455b commit 74f12fe
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -244,13 +244,6 @@
<goals>
<goal>sign</goal>
</goals>
<configuration>
<!-- This is necessary for gpg to not try to use the pinentry programs -->
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit 74f12fe

Please sign in to comment.