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
  • Loading branch information
nobodyiam committed Sep 6, 2021
1 parent ada6294 commit 10a2719
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 @@ -496,6 +496,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 10a2719

Please sign in to comment.