Return-Path: X-Original-To: apmail-maven-announce-archive@minotaur.apache.org Delivered-To: apmail-maven-announce-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7F47E105D3 for ; Thu, 28 Nov 2013 05:10:56 +0000 (UTC) Received: (qmail 93918 invoked by uid 500); 28 Nov 2013 05:10:44 -0000 Delivered-To: apmail-maven-announce-archive@maven.apache.org Received: (qmail 93496 invoked by uid 500); 28 Nov 2013 05:10:35 -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 93467 invoked by uid 99); 28 Nov 2013 05:10:31 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Nov 2013 05:10:31 +0000 Received: from localhost (HELO mail-ob0-f180.google.com) (127.0.0.1) (smtp-auth username olamy, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Nov 2013 05:10:31 +0000 Received: by mail-ob0-f180.google.com with SMTP id wo20so8194177obc.25 for ; Wed, 27 Nov 2013 21:10:30 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=mime-version:from:date:message-id:subject:to:cc:content-type; bh=Ad0tj+9fLA6OkJ5beXfwt9R8lFozLIr8thj1ZnOCWMg=; b=dwp7cFfkxHrd7ZjBvMORmjURVC5K820GS5YYSN51/+iFAIC9Ij925FLyNP6CsGGvij F1x6PI9qu3j15FVwL7Hkxx288NJTBSbZN6JKDRaOoA/HSzMAVZ09iOTPDcMWwFk7wzpo tAS/GnNEm1OakrgCPBbSZ98vd2oItr0c/48W1DjoHmbmb/yNlx0LApPw5oL0/5uQDKsp 8c20DvbG6WKYWBATJQ3gp4PzLdply2et0d4syI2YU9Y9Rp8orRefikfDbcnT0HMMnSzQ ZR1vBL6auXyufG7Ddlcc4quIMlUoLKLJRJNjFMEr8ENntDz8n8Y4l54+mhEVSwYwC3eo 5btA== X-Received: by 10.60.60.71 with SMTP id f7mr50744oer.82.1385615430162; Wed, 27 Nov 2013 21:10:30 -0800 (PST) MIME-Version: 1.0 Received: by 10.182.132.68 with HTTP; Wed, 27 Nov 2013 21:10:10 -0800 (PST) From: Olivier Lamy Date: Thu, 28 Nov 2013 16:10:10 +1100 Message-ID: Subject: [ANN] Apache Maven Shade Plugin 2.2 Released To: announce@maven.apache.org, Maven Users List Cc: Maven Developers List Content-Type: text/plain; charset=ISO-8859-1 The Apache Maven team is pleased to announce the release of the Apache Maven Shade Plugin, version 2.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. http://maven.apache.org/plugins/maven-shade-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins maven-shade-plugin 2.2 Release Notes - Apache Maven Shade Plugin - Version 2.2 ** Improvement * [MSHADE-158] - Allow shading of test jar Have fun -- The Apache Maven team