Howdy, The Apache Maven team is pleased to announce the release of the Apache Maven GPG Plugin, version 3.2.3
This release is a bugfix release, but also contains updated key dependencies. This plugin signs all of the project's attached artifacts with GnuPG or BC. 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.3</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.3 ** Bug * [MGPG-121] - Signing fails with 3.2.2: "/Users/stevenobelia/.settings-security.xml (No such file or directory)" ** New Feature * [MGPG-120] - Add new mojo: sign-deployed ** Improvement * [MGPG-116] - Up the file size limit to 64K * [MGPG-117] - Better handling of passphrase ** Dependency upgrade * [MGPG-118] - Update to Commons IO 2.16.0 * [MGPG-122] - Update build dependency m-invoker-p to 3.6.1 * [MGPG-123] - Update to Bouncycastle 1.78 * [MGPG-124] - Update to junixsocket 2.9.1 Have fun, -The Apache Maven team