Return-Path: Delivered-To: apmail-maven-announce-archive@minotaur.apache.org Received: (qmail 66436 invoked from network); 3 Jan 2010 23:02:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Jan 2010 23:02:13 -0000 Received: (qmail 25322 invoked by uid 500); 3 Jan 2010 23:02:10 -0000 Delivered-To: apmail-maven-announce-archive@maven.apache.org Received: (qmail 24459 invoked by uid 500); 3 Jan 2010 23:02:09 -0000 Mailing-List: contact announce-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@maven.apache.org Delivered-To: mailing list announce@maven.apache.org Received: (qmail 24223 invoked by uid 99); 3 Jan 2010 23:02:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Jan 2010 23:02:08 +0000 X-ASF-Spam-Status: No, hits=-2.8 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [129.217.128.51] (HELO unimail.uni-dortmund.de) (129.217.128.51) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Jan 2010 23:01:59 +0000 Received: from [192.168.178.23] (i59F548F0.versanet.de [89.245.72.240]) (authenticated bits=0) by unimail.uni-dortmund.de (8.14.3/8.14.3) with ESMTP id o03N1Wus007776 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 4 Jan 2010 00:01:38 +0100 (CET) Message-ID: <4B412161.60708@apache.org> Date: Sun, 03 Jan 2010 23:59:45 +0100 From: Benjamin Bentmann User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: announce@maven.apache.org, users@maven.apache.org CC: Maven Developers List Subject: [ANN] Maven Shade Plugin 1.3 Released Content-Type: text/plain; charset=ISO-8859-15; format=flowed 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 Shade Plugin, version 1.3. This plugin provides the capability to package the artifact in an uber-jar, including its dependencies and to shade - i.e. rename - the packages of some of the dependencies. See the plugin's site for more details: http://maven.apache.org/plugins/maven-shade-plugin/ To use the updated plugin in your projects, you need to add the following snippet to the plugins or plugin management section of your POM: org.apache.maven.plugins maven-shade-plugin 1.3 Release Notes - Maven 2.x Shade Plugin - Version 1.3 ** Bug * [MSHADE-52] - non-attached shade in pom package fails * [MSHADE-65] - "Embedded error: error in opening zip file" with non-jar dependency * [MSHADE-68] - Artifact filter misbehaves when plugin run on Windows * [MSHADE-70] - Artifact filter does not recognize pattern ending with slash ** Improvement * [MSHADE-33] - [shade] Support wildcarded excludes * [MSHADE-69] - Support wildcards for artifact id in filter * [MSHADE-71] - Adjust plexus component descriptors after relocation Enjoy, -The Maven team