Apache Maven GPG Plugin 3.2.8 Released

Slawomir Jaranowski <[email protected]> Wed, 2 Jul 2025 09:24:18 +0200
Newsgroups gmane.comp.apache.maven.announce,gmane.comp.version-control.subversion.user,gmane.comp.apache.tiles.devel
Message-ID <CAGjJkv1_Dty_YPpjrNpm79WgFOSitL3Zg99zNwqwZ-9J+sPKfg__13206.9349567004$1751441099$gmane$org@mail.gmail.com>
The Apache Maven team is pleased to announce the release of the Apache
Maven GPG Plugin, version 3.2.8

This plugin signs all of the project's attached artifacts with GnuPG.

https://maven.apache.org/plugins/maven-gpg-plugin/

You should specify the version in your project's plugin configuration:

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-gpg-plugin</artifactId>
  <version>3.2.8</version>
</plugin>

You can download the appropriate sources etc. from the download page:

https://maven.apache.org/plugins/maven-gpg-plugin/download.cgi

Release Notes - Maven GPG Plugin - Version 3.2.8

https://github.com/apache/maven-gpg-plugin/releases/tag/maven-gpg-plugin-3.2.8

Enjoy,

-The Apache Maven team