Apache Maven Jarsigner Version 3.0.0 Released

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

This component provides some utilities to sign/verify jars/files in your Mojos.

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

You should specify the component in your pom file like this:

1<dependency>
2  <groupId>org.apache.maven.shared</groupId>
3  <artifactId>maven-jarsigner</artifactId>
4  <version>3.0.0</version>
5</dependency>

Release Notes - Maven Shared Component - Maven Jarsigner - Version 3.0.0.

Bug:

  • MSHARED-654 - Add support of the "certchain" parameter in JarSigner sign operation

Improvements:

  • MSHARED-507 - Upgrade maven-shared-components parent to version 22
  • MSHARED-508 - Upgrade maven-shared-utils to 3.0.0
  • MSHARED-510 - Add missing apache-rat-plugin configuration for keystore
  • MSHARED-530 - Upgrade maven-shared-components parent to version 30
  • MSHARED-764 - Upgrade to JDK 1.7

Tasks:

Dependency upgrades:

Enjoy,

  • The Apache Maven team