Return-Path: Delivered-To: apmail-maven-announce-archive@minotaur.apache.org Received: (qmail 7409 invoked from network); 25 Mar 2010 19:25:16 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 25 Mar 2010 19:25:16 -0000 Received: (qmail 55548 invoked by uid 500); 25 Mar 2010 19:25:13 -0000 Delivered-To: apmail-maven-announce-archive@maven.apache.org Received: (qmail 54406 invoked by uid 500); 25 Mar 2010 19:25:12 -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 54182 invoked by uid 99); 25 Mar 2010 19:25:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Mar 2010 19:25:11 +0000 X-ASF-Spam-Status: No, hits=-1.6 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; Thu, 25 Mar 2010 19:25:03 +0000 Received: from [192.168.178.11] (i59F556B4.versanet.de [89.245.86.180]) (authenticated bits=0) by unimail.uni-dortmund.de (8.14.4/8.14.4) with ESMTP id o2PJOYE5003635 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT); Thu, 25 Mar 2010 20:24:40 +0100 (CET) Message-ID: <4BABB876.7070103@apache.org> Date: Thu, 25 Mar 2010 20:24:38 +0100 From: Benjamin Bentmann User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.1.8) Gecko/20100227 Thunderbird/3.0.3 MIME-Version: 1.0 To: announce@maven.apache.org, users@maven.apache.org CC: Maven Developers List Subject: [ANN] Maven Shade Plugin 1.3.2 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.2. 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.2 Release Notes - Maven 2.x Shade Plugin - Version 1.3.2 ** Bug * [MSHADE-73] - Documentation does not detail what goes into PackageRelocation * [MSHADE-76] - META-INF/services files not merged properly if some input files are missing a terminating newline * [MSHADE-77] - The generated file is not a valid jar Enjoy, -The Maven team