You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Stephen Connolly <st...@apache.org> on 2011/06/07 12:16:33 UTC

[ANN] Maven GPG Plugin 1.3 Released

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