We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71e3206 commit 313ca68Copy full SHA for 313ca68
pom.xml
@@ -85,7 +85,7 @@
85
<plugin>
86
<groupId>org.apache.maven.plugins</groupId>
87
<artifactId>maven-gpg-plugin</artifactId>
88
- <version>1.6</version>
+ <version>3.0.1</version>
89
<executions>
90
<execution>
91
<id>sign-artifacts</id>
@@ -97,12 +97,12 @@
97
</executions>
98
<configuration>
99
<gpgArguments>
100
- <arg>--batch</arg>
101
<arg>--pinentry-mode</arg>
102
<arg>loopback</arg>
103
</gpgArguments>
104
- <keyname>${env.GPG_KEY_ID}</keyname>
105
- <passphrase>${env.GPG_PASSPHRASE}</passphrase>
+ <useAgent>false</useAgent>
+ <passphrase>${gpg.passphrase}</passphrase>
+ <keyname>${gpg.keyname}</keyname>
106
</configuration>
107
</plugin>
108
0 commit comments