Return-Path: X-Original-To: apmail-maven-users-archive@www.apache.org Delivered-To: apmail-maven-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A28701010A for ; Wed, 13 Nov 2013 00:13:56 +0000 (UTC) Received: (qmail 84383 invoked by uid 500); 13 Nov 2013 00:13:54 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 84269 invoked by uid 500); 13 Nov 2013 00:13:54 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 84390 invoked by uid 99); 12 Nov 2013 23:20:22 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) Date: Wed, 13 Nov 2013 00:18:46 +0100 From: Tony Chemit To: announce@maven.apache.org, users@maven.apache.org Subject: [ANN] Maven Jarsigner 1.1 Released Message-ID: <20131113001846.4c642998@tc> Organization: Code Lutin X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.22; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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: org.apache.maven.shared maven-jarsinger 1.1 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-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org