--- layout: post status: PUBLISHED published: true title: Apache Maven Shade Plugin version 3.2.2 Released id: 601cebf2-3428-4bcc-9a7f-d32a96e1bc1a date: '2020-02-13 23:24:11 -0500' categories: maven tags: - maven-plugin permalink: maven/entry/apache-maven-shade-plugin-version3 ---

The Apache Maven team is pleased to announce the release of the Apache
Maven Shade Plugin, version 3.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.

You should specify the version in your project’s plugin configuration:

1
2
3
4
5

  org.apache.maven.plugins
  maven-shade-plugin
  3.2.2

You can download the appropriate sources etc. from the download page

Release Notes – Maven Shade Plugin – Version 3.2.2

Enjoy,

-The Apache Maven team