From dev-return-127043-archive-asf-public=cust-asf.ponee.io@maven.apache.org Mon Nov 12 06:36:51 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 4E9DD180660 for ; Mon, 12 Nov 2018 06:36:51 +0100 (CET) Received: (qmail 32317 invoked by uid 500); 12 Nov 2018 05:36:50 -0000 Mailing-List: contact dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Developers List" Reply-To: "Maven Developers List" Delivered-To: mailing list dev@maven.apache.org Received: (qmail 32295 invoked by uid 99); 12 Nov 2018 05:36:49 -0000 Received: from mail-relay.apache.org (HELO mailrelay2-lw-us.apache.org) (207.244.88.137) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Nov 2018 05:36:49 +0000 Received: from mail-lj1-f171.google.com (mail-lj1-f171.google.com [209.85.208.171]) by mailrelay2-lw-us.apache.org (ASF Mail Server at mailrelay2-lw-us.apache.org) with ESMTPSA id E30792100; Mon, 12 Nov 2018 05:36:48 +0000 (UTC) Received: by mail-lj1-f171.google.com with SMTP id v1-v6so6473363ljd.0; Sun, 11 Nov 2018 21:36:48 -0800 (PST) X-Gm-Message-State: AGRZ1gL8VP+E/sJlpXpke8AQhEuEk1PkUDHysYwiJcBBti2+I1h8EbUl UWOc2BsbVjkM4823lEnrsj6PPoOjVbTg8E20oH4= X-Google-Smtp-Source: AJdET5eP0tFSGRo8Mk4+Lmd5FD8GBJW/IP4hFsLRUCS4+IXucPqOyvZ36UrbRFjLOXj8cewNUjVwXuc6ZOipd3FJWYs= X-Received: by 2002:a2e:9d86:: with SMTP id c6-v6mr10707623ljj.146.1542001007699; Sun, 11 Nov 2018 21:36:47 -0800 (PST) MIME-Version: 1.0 From: Olivier Lamy Date: Mon, 12 Nov 2018 15:36:36 +1000 X-Gmail-Original-Message-ID: Message-ID: Subject: [ANN] Apache Maven Shade Plugin 3.2.1 Released To: announce@maven.apache.org, Maven Users List Cc: Maven Developers List Content-Type: multipart/alternative; boundary="0000000000004eb0ee057a711691" --0000000000004eb0ee057a711691 Content-Type: text/plain; charset="UTF-8" The Apache Maven team is pleased to announce the release of the Apache Maven Shade Plugin, version 3.2.1 Repackages the project classes together with their dependencies into a single uber-jar, optionally renaming classes or removing unused classes. https://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 3.2.1 Release Notes - Apache Maven Shade Plugin - Version 3.2.1 Bug * [MSHADE-302] maven-shade-plugin fails to minimize JAR with Java 11 * [MSHADE-291] shadedPattern applied multiples times when relocating the contents of META-INF/services files Improvement * [MSHADE-303] Suppress module-info.class warning if the file if filtered Task * [MSHADE-301] java11 support * [MSHADE-299] Upgrade maven-dependency-tree to 3.0.1 Enjoy, -The Apache Maven team --0000000000004eb0ee057a711691--