Skip to content

Commit

Permalink
Update maven-gpg-plugin for release via GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
wimdeblauwe committed Sep 12, 2024
1 parent 2de2183 commit a8ec58e
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 @@ -295,6 +295,12 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>${maven-gpg-plugin.version}</version>
<configuration>
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down

0 comments on commit a8ec58e

Please sign in to comment.