Skip to content

Commit

Permalink
Still another maven sign fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
brunomnsilva committed Apr 3, 2024
1 parent cb5674d commit 3f3fbad
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,14 +169,19 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.0</version>
<version>3.2.2</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
<!-- Values in settings.xml (local .m2 folder) -->
<configuration>
<keyname>${gpg.keyname}</keyname>
<passphraseServerId>${gpg.keyname}</passphraseServerId>
</configuration>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit 3f3fbad

Please sign in to comment.