Skip to content

Commit 3f3fbad

Browse files
committed
Still another maven sign fix.
1 parent cb5674d commit 3f3fbad

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,14 +169,19 @@
169169
<plugin>
170170
<groupId>org.apache.maven.plugins</groupId>
171171
<artifactId>maven-gpg-plugin</artifactId>
172-
<version>3.2.0</version>
172+
<version>3.2.2</version>
173173
<executions>
174174
<execution>
175175
<id>sign-artifacts</id>
176176
<phase>verify</phase>
177177
<goals>
178178
<goal>sign</goal>
179179
</goals>
180+
<!-- Values in settings.xml (local .m2 folder) -->
181+
<configuration>
182+
<keyname>${gpg.keyname}</keyname>
183+
<passphraseServerId>${gpg.keyname}</passphraseServerId>
184+
</configuration>
180185
</execution>
181186
</executions>
182187
</plugin>

0 commit comments

Comments
 (0)