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: [email protected] For additional commands, e-mail: [email protected]
