Skip to content

Commit

Permalink
updated maven-gpg-plugin configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfmnk committed May 13, 2022
1 parent a9655ed commit e420c77
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -147,12 +147,14 @@
<goals>
<goal>sign</goal>
</goals>
<configuration>
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</execution>
</executions>
<configuration>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</configuration>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit e420c77

Please sign in to comment.