Skip to content

Commit

Permalink
Use real gpg secrets for testjar in release profile
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbye committed Mar 16, 2024
1 parent 2a3ce2a commit 24fc60b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions testjar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,14 @@
<goal>sign</goal>
</goals>
<!-- Easier to use real secrets in release profile -->
<configuration>
<useAgent>true</useAgent>
<keyname>${gpg.keyname}</keyname>
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit 24fc60b

Please sign in to comment.