mirror of
https://github.com/cincheo/jsweet.git
synced 2025-12-15 07:19:22 +00:00
fix signing passphrase from maven settings
This commit is contained in:
parent
e3bb3ffa4d
commit
117f731807
@ -163,6 +163,12 @@
|
||||
<version>1.6</version>
|
||||
<configuration>
|
||||
<skip>${skipSigning}</skip>
|
||||
|
||||
<!-- This is necessary for gpg to not try to use the pinentry programs -->
|
||||
<gpgArguments>
|
||||
<arg>--pinentry-mode</arg>
|
||||
<arg>loopback</arg>
|
||||
</gpgArguments>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user