Skip to content

Commit 3c3a7fd

Browse files
committed
Configure the GPG plugin to sign with the correct key
1 parent 26c9215 commit 3c3a7fd

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
@@ -142,6 +142,10 @@
142142
<groupId>org.apache.maven.plugins</groupId>
143143
<artifactId>maven-gpg-plugin</artifactId>
144144
<version>1.6</version>
145+
<configuration>
146+
<keyname>${gpg.keyname}</keyname>
147+
<passphraseServerId>${gpg.keyname}</passphraseServerId>
148+
</configuration>
145149
</plugin>
146150
<plugin>
147151
<groupId>com.mycila</groupId>

0 commit comments

Comments
 (0)