You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Dan Tran <da...@apache.org> on 2015/01/20 04:59:15 UTC

[ANN] Apache Maven GPG Plugin Version 1.6 Released

The Maven team is pleased to announce the release of the Apache Maven GPG Plugin, version 1.6

Signs the 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.6</version>
</plugin>


Release Notes - Apache Maven GPG Plugin - Version 1.6

Improvement
* [MGPG-52] Upgrade to maven-plugins parent version 27
* [MGPG-51] Make Plugin only 2.2.1 compatible - get rid of Maven 2.0
* [MGPG-50] MavenProject/MavenSession Injection as a paremeter instead as a component.
* [MGPG-31] Integrate w/ Maven password encryption to avoid need to type passphrase


Enjoy,

-The Maven team


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