You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Benjamin Bentmann <be...@apache.org> on 2010/06/02 10:54:42 UTC

[ANN] Maven GPG Plugin 1.0 Released

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

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.1</version>
   </plugin>

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

** Bug
     * [MGPG-17] - password is specified, but still promting
     * [MGPG-20] - Signing fails if project has no main artifact but 
only attached artifacts with classifiers

** Improvement
     * [MGPG-23] - Allow gpg executable name and path to be specified
     * [MGPG-24] - Mark gpg plugin as @threadSafe

Enjoy,


-The Maven team

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org