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 2009/08/16 15:59:23 UTC

[ANN] Maven Jarsigner Plugin 1.1 Released

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

This plugin signs and verifies the project artifacts using the jarsigner
tool. See the plugin's site for more details:

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

This plugin is meant to supercede the existing jar:sign and
jar:sign-verify goals from the Maven Jar Plugin which will be deprecated
in a future release.

To use the updated plugin in your projects, you need to add the
the following plugin configuration to your POM:

    <plugin>
      <groupId>org.apache.maven.plugins</groupId>
      <artifactId>maven-jarsigner-plugin</artifactId>
      <version>1.1</version>
      <executions>
        ...
      </executions>
    </plugin>


Release Notes - Maven 2.x Jar Signer Plugin - Version 1.1

** New Feature
     * [MJARSIGNER-5] - Allow to unsign JARs before re-signing
     * [MJARSIGNER-6] - Allow batch signing of multiple JARs


Enjoy,

-The Maven team

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