The Apache Maven team is pleased to announce the release of the Apache
Maven Jarsigner Plugin, version 3.1.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.1.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 JarSigner Plugin - Version 3.1.0

** New Feature
    * [MJARSIGNER-72] - Parallel signing for increased speed
    * [MJARSIGNER-74] - Allow usage of multiple Time Stamping Authority
(TSA) servers

** Improvement
    * [MJARSIGNER-41] - "maxtries" option for maven-jarsigner-plugin
    * [MJARSIGNER-48] - Make Jar Signer plugin :sign goal threadsafe
    * [MJARSIGNER-60] - Link to Plugins Wiki Page is Dead
    * [MJARSIGNER-61] - make build Reproducible
    * [MJARSIGNER-63] - certchain should be supported by default
    * [MJARSIGNER-66] - Update Java minimum to 1.8

** Task
    * [MJARSIGNER-78] - Refresh download page

** Dependency upgrade
    * [MJARSIGNER-64] - Upgrade Plexus Utils to 3.3.3
    * [MJARSIGNER-65] - Update parent pom to 43
    * [MJARSIGNER-67] - Update Maven minimum to 3.6.3
    * [MJARSIGNER-71] - Upgrade plexus-utils to 4.0.0
    * [MJARSIGNER-75] - maven-shared-utils to 3.4.2
    * [MJARSIGNER-77] - Bump org.apache.maven.shared:maven-jarsigner from
3.0.0 to 3.1.0

Enjoy,

-The Apache Maven team

Reply via email to