Skip to content

Commit 313ca68

Browse files
Update GitHub Deploy config
1 parent 71e3206 commit 313ca68

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
<plugin>
8686
<groupId>org.apache.maven.plugins</groupId>
8787
<artifactId>maven-gpg-plugin</artifactId>
88-
<version>1.6</version>
88+
<version>3.0.1</version>
8989
<executions>
9090
<execution>
9191
<id>sign-artifacts</id>
@@ -97,12 +97,12 @@
9797
</executions>
9898
<configuration>
9999
<gpgArguments>
100-
<arg>--batch</arg>
101100
<arg>--pinentry-mode</arg>
102101
<arg>loopback</arg>
103102
</gpgArguments>
104-
<keyname>${env.GPG_KEY_ID}</keyname>
105-
<passphrase>${env.GPG_PASSPHRASE}</passphrase>
103+
<useAgent>false</useAgent>
104+
<passphrase>${gpg.passphrase}</passphrase>
105+
<keyname>${gpg.keyname}</keyname>
106106
</configuration>
107107
</plugin>
108108
<plugin>

0 commit comments

Comments
 (0)