You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Tony Chemit <tc...@apache.org> on 2013/11/13 00:18:46 UTC

[ANN] Maven Jarsigner 1.1 Released

The Maven team is pleased to announce the release of the Maven JArsigner,  
version 1.1

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

http://maven.apache.org/shared/maven-jarsigner/

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

   <dependency>
     <groupId>org.apache.maven.shared</groupId>
     <artifactId>maven-jarsinger</artifactId>
     <version>1.1</version>
   </dependency>


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

** Bug
    * [MSHARED-214] - Method 'JarSignerUtil.isSignatureFile( String entryName )' needs to also account for files ending in '.EC'.
    * [MSHARED-277] - JarSignerUtil.unsignArchive invalid entry compressed size

** Improvement
    * [MSHARED-300] - Update javadoc links

** New Feature
    * [MSHARED-213] - Please add a method to class JarSignerUtil to test an archive to contain signature files.
    * [MSHARED-299] - Add support for -tsa during signing (Trusted Timestamping)


Enjoy,

-The Maven team

tony.