Skip to content

Commit

Permalink
Add pinentry mode loopback mode for gpg plugin (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
srknzl authored Jun 12, 2024
1 parent 898e9e5 commit 294fdd2
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 @@ -516,6 +516,12 @@
</goals>
</execution>
</executions>
<configuration>
<gpgArguments>
<gpgArgument>--pinentry-mode</gpgArgument>
<gpgArgument>loopback</gpgArgument>
</gpgArguments>
</configuration>
</plugin>

<plugin>
Expand Down

0 comments on commit 294fdd2

Please sign in to comment.