Apache Maven Shared Component: 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 2 3 4 5 |
|
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:
- MSHARED-509 – Upgrade Maven 3.X Only JDK 1.6
- MSHARED-626 – Upgrade of ‘maven-shared-utils’ to 3.2.0.
Dependency upgrades:
- MSHARED-736 – Upgrade parent to 31
- MSHARED-739 – Upgrade mave-surefire/failsafe-plugin 2.21.0
- MSHARED-745 – Upgrade maven-shared-utils to 3.2.1
- MSHARED-746 – Upgrade junit to junit 4.12
Enjoy,
- The Apache Maven team