Skip to content

Commit

Permalink
fix: gpg configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
iocanel committed Jun 19, 2024
1 parent 52e7bcc commit 0a474c9
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 @@ -212,6 +212,13 @@
<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 0a474c9

Please sign in to comment.