Skip to content

Commit 791bad2

Browse files
fix pom.xml gpg plugin gpg key import
1 parent 8940bb6 commit 791bad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
<goal>sign</goal>
236236
</goals>
237237
<configuration>
238-
<passphraseServerId>${env.MAVEN_GPG_PASSPHRASE}</passphraseServerId>
238+
<passphraseServerId>gpg.passphrase</passphraseServerId>
239239
<!-- Prevent gpg from using pinentry programs -->
240240
<gpgArguments>
241241
<arg>--pinentry-mode</arg>

0 commit comments

Comments
 (0)