The Maven team is pleased to announce the release of the Maven GPG Plugin, version 1.3
This plugin signs project artifacts with GnuPG. http://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>1.3</version> </plugin> Release Notes - Maven 2.x GPG Plugin - Version 1.3 ** New Feature * [MGPG-35] - Add support for MDEPLOY-133 * [MGPG-36] - Add suport for MDEPLOY-48 Enjoy, -The Maven team --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
