Skip to content

Commit

Permalink
build: config gpg sign plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
aceforeverd committed May 12, 2021
1 parent 8f68e16 commit 09b46b1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,13 @@
</goals>
</execution>
</executions>
<configuration>
<!-- Prevent gpg from using pinentry programs -->
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
Expand Down

0 comments on commit 09b46b1

Please sign in to comment.