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 D75919561 for ; Sun, 5 Feb 2012 21:15:44 +0000 (UTC) Received: (qmail 44136 invoked by uid 500); 5 Feb 2012 21:15:40 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 43648 invoked by uid 500); 5 Feb 2012 21:15:39 -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 43623 invoked by uid 99); 5 Feb 2012 21:15:39 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Feb 2012 21:15:39 +0000 Received: from localhost (HELO mail-vx0-f171.google.com) (127.0.0.1) (smtp-auth username krosenvold, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Feb 2012 21:15:39 +0000 Received: by vcbfo11 with SMTP id fo11so17201034vcb.30 for ; Sun, 05 Feb 2012 13:15:36 -0800 (PST) MIME-Version: 1.0 Received: by 10.220.116.2 with SMTP id k2mr8702138vcq.44.1328476536408; Sun, 05 Feb 2012 13:15:36 -0800 (PST) Received: by 10.52.165.168 with HTTP; Sun, 5 Feb 2012 13:15:36 -0800 (PST) Date: Sun, 5 Feb 2012 22:15:36 +0100 Message-ID: Subject: [ANN] Maven Archiver 2.5 Released From: Kristian Rosenvold To: announce@maven.apache.org, users@maven.apache.org Cc: dev@maven.apache.org Content-Type: text/plain; charset=ISO-8859-1 The Maven team is pleased to announce the release of the Maven Archiver shared component, version 2.5. This component is used to create custom archives that are configured from the POM. You can find more information at: http://maven.apache.org/shared/maven-archiver/ To use this component in your own project, you'll need to add the following dependency entry: org.apache.maven maven-archiver 2.5 Release Notes - Maven Shared Components - Version maven-archiver-2.5 ** Bug * [MSHARED-38] - Archiver should be adding "Created-By: Apache Maven _2.0.4_" to the manifest * [MSHARED-134] - Using ${artifcactId}-Extention-Name in MANIFEST file can create invalid MANIFEST files * [MSHARED-182] - manifestEntry seems not to work correctly ** Improvement * [MSHARED-99] - Archiver should validate manifest attribute names. * [MSHARED-221] - maven archiver requires JDK5 Release Notes - Plexus Components - Version plexus-archiver-2.1 ** Bug * [PLXCOMP-39] - better validation of manifest entries in plexus-archiver * [PLXCOMP-47] - Manifest entries containing line feeds are invalid * [PLXCOMP-70] - Embedded error: String index out of range: 70 * [PLXCOMP-155] - writeManifest generates unusable MANIFEST.MF for non-latin chars * [PLXCOMP-177] - JarArchiver generates lines longer than 72 bytes in MANIFEST.MF ** Task * [PLXCOMP-172] - remove Ant's Manifest class: use JDK's class instead Release Notes - Plexus Components - Version plexus-archiver-2.0 ** Bug * [PLXCOMP-163] - ZipFile leaks memory into native heap * [PLXCOMP-175] - Revert to old groupId ** Improvement * [PLXCOMP-129] - Archiver should not print info messages for duplicate directories. * [PLXCOMP-169] - IO & Archiver forget to raise filename in case of an error Enjoy, -The Maven team --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org