Skip to content

Commit

Permalink
fix: gpg maven plugin (#88)
Browse files Browse the repository at this point in the history
Co-authored-by: lo1nt <[email protected]>
  • Loading branch information
Lo1nt and lo1nt authored Jun 15, 2023
1 parent fe84079 commit 2fcc89c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.5</version>
<version>1.6</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand All @@ -260,6 +260,12 @@
</goals>
</execution>
</executions>
<configuration>
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 2fcc89c

Please sign in to comment.