Skip to content

Commit

Permalink
fix gpg signing issues when deploying to maven repository with github…
Browse files Browse the repository at this point in the history
… action (#3950)
  • Loading branch information
nobodyiam authored Sep 6, 2021
1 parent 64c3eb4 commit 560284d
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 @@ -382,6 +382,13 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>${maven-gpg-plugin.version}</version>
<configuration>
<!-- Prevent gpg from using pinentry programs -->
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
<executions>
<execution>
<phase>verify</phase>
Expand Down

0 comments on commit 560284d

Please sign in to comment.