Apache Maven Shared Jarsigner Version 1.3 Released

The Maven team is pleased to announce the release of the Apache Maven Shared Jarsigner

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

To use the Maven Jarsigner, add the following dependency to your project:

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

Release Notes - Maven Shared Components - Version maven-jarsigner-1.3

Fixed Bug:

Enjoy,

-The Maven team