Apache Maven Jarsigner Plugin 3.0.0 Released

"Robert Scholte" <[email protected]> Tue, 06 Nov 2018 21:36:19 +0100
Newsgroups gmane.comp.jakarta.lucene.net.devel,gmane.comp.apache.maven.announce,gmane.comp.jakarta.avalon.user
Organization Apache Software Foundation
Message-ID <op.zr2ritr4kdkhrr__2917.21503385833$1541536456$gmane$org@desktop-2khsk44.dynamic.ziggo.nl>
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