The Apache Maven team is pleased to announce the release of the Apache Maven Jarsigner Plugin, version 3.0.0

This plugin provides the capability to sign or verify a project artifact and attachments using jarsigner.

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

You should specify the version in your project's plugin configuration:

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

You can download the appropriate sources etc. from the download page:

https://maven.apache.org/plugins/maven-jarsigner-plugin/download.cgi


Release Notes - Maven Jar Signer Plugin - Version 3.0.0

** New Feature
* [MJARSIGNER-53] - Add support of the certchain parameter to the "sign" mojo

** Improvement
    * [MJARSIGNER-47] - Upgrade Maven 3.X Only JDK 1.6
    * [MJARSIGNER-56] - Require Java 7
    * [MJARSIGNER-57] - Remove deprecated parameters

** Dependency upgrade
* [MJARSIGNER-49] - Upgrade maven-shared-components parent to version 30
    * [MJARSIGNER-50] - Upgrade maven-shared-utils to 3.1.0
    * [MJARSIGNER-55] - Upgrade parent to 31
    * [MJARSIGNER-58] - Update maven-jarsigner dependency


Enjoy,

-The Apache Maven team

Reply via email to