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. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org