You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Benjamin Bentmann <be...@apache.org> on 2009/07/23 21:02:16 UTC

[ANN] Maven Jarsigner Plugin 1.0 Released

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

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/

The new 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 new 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.0</version>
     <executions>
       ...
     </executions>
   </plugin>

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

(none - initial release)


Enjoy,

-The Maven team

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