We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb5674d commit 3f3fbadCopy full SHA for 3f3fbad
1 file changed
pom.xml
@@ -169,14 +169,19 @@
169
<plugin>
170
<groupId>org.apache.maven.plugins</groupId>
171
<artifactId>maven-gpg-plugin</artifactId>
172
- <version>3.2.0</version>
+ <version>3.2.2</version>
173
<executions>
174
<execution>
175
<id>sign-artifacts</id>
176
<phase>verify</phase>
177
<goals>
178
<goal>sign</goal>
179
</goals>
180
+ <!-- Values in settings.xml (local .m2 folder) -->
181
+ <configuration>
182
+ <keyname>${gpg.keyname}</keyname>
183
+ <passphraseServerId>${gpg.keyname}</passphraseServerId>
184
+ </configuration>
185
</execution>
186
</executions>
187
</plugin>
0 commit comments