Skip to content

Commit

Permalink
Merge pull request #172 from pabender/master
Browse files Browse the repository at this point in the history
include pinentry-mode argument for gpg
  • Loading branch information
pabender authored Jul 26, 2020
2 parents 47dcea1 + dc20abb commit eeebc89
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 @@ -138,6 +138,12 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<configuration>
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down

0 comments on commit eeebc89

Please sign in to comment.