Skip to content

Commit

Permalink
Try some more GPG config
Browse files Browse the repository at this point in the history
  • Loading branch information
eirslett committed Oct 4, 2020
1 parent 0d3bb2c commit 8006fea
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,13 @@
</goals>
</execution>
</executions>
<configuration>
<!-- Prevent `gpg` from using pinentry programs -->
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 8006fea

Please sign in to comment.