Skip to content

Commit

Permalink
BAH-3807 | Fix. Add GPG Plugin Configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
mohan-13 committed Aug 22, 2024
1 parent 220cf4f commit 5a18a43
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 @@ -275,6 +275,13 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<configuration>
<!-- Prevent gpg from using pinentry programs -->
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down

0 comments on commit 5a18a43

Please sign in to comment.