Skip to content

Commit 9e6c637

Browse files
committed
Set a configuration to the GPG plugin so that is can sign with the correct key
1 parent 8f72034 commit 9e6c637

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

+4
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@
9191
<groupId>org.apache.maven.plugins</groupId>
9292
<artifactId>maven-gpg-plugin</artifactId>
9393
<version>1.6</version>
94+
<configuration>
95+
<keyname>${gpg.keyname}</keyname>
96+
<passphraseServerId>${gpg.keyname}</passphraseServerId>
97+
</configuration>
9498
</plugin>
9599
<plugin>
96100
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)