The Maven team is pleased to announce the release of the Maven GPG Plugin, version 1.0.

This plugin is used to create signatures for project artifacts using the GnuPG tool. Please see the plugin's site for more details:

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

To use the updated plugin in your projects, you need to add the
following snippet to the plugins or plugin management section of your POM:

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

Release Notes - Maven 2.x GPG Plugin - Version 1.0

** Bug
* [MGPG-11] - upgrade to last plexus-utils (1.4.8) to work on platform without /bin/bash
    * [MGPG-14] - With maven 2.1.0 some poms end up with invalid signatures
    * [MGPG-18] - NPE in GpgSigner

** Improvement
* [MGPG-21] - Make name for signature output directory consistent among goals

** New Feature
    * [MGPG-16] - Allow to configure homedir for gpg invocation

** Wish
    * [MGPG-12] - sign-and-deploy does not sign pom.xml


Enjoy,


-The Maven team

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to