Apache Maven GPG Plugin - Release 1.5
The Apache Maven team is pleased to announce the release of the Apache Maven GPG Plugin, version 1.5
This plugin signs all of the project's attached artifacts with GnuPG.
You should specify the version in your project's plugin configuration:
1<plugin>
2 <groupId>org.apache.maven.plugins</groupId>
3 <artifactId>maven-gpg-plugin</artifactId>
4 <version>1.5</version>
5</plugin>
Release Notes - Maven GPG Plugin - Version 1.5
Bugs:
- MGPG-41 - Passphrase revealed when backspacing at prompt
Improvements:
Task:
- MGPG-39 - use maven-plugin-tools' java 5 annotations
Enjoy,
-The Apache Maven team