blob: 9e4156ab4e9f7050cbe4bfcc465a5ab2e806a22f [file] [log] [blame]
---
layout: post
title: Apache Maven Assembly Plugin Version 3.3.0 Released
date: '2020-05-01T13:00:00+00:00'
permalink: apache-maven-assembly-plugin-version1
---
<div class="entry-content"><p>The Apache Maven team is pleased to announce the release of the <a href="https://maven.apache.org/plugins/maven-assembly-plugin/">Apache
Maven Assembly Plugin, version 3.3.0</a>.</p>
<p>The Assembly Plugin for Maven is primarily intended to allow users to aggregate
the project output along with its dependencies, modules, site documentation,
and other files into a single distributable archive.</p>
<p>You can download the appropriate sources etc. from the <a href="https://maven.apache.org/plugins/maven-assembly-plugin/download.cgi">download page</a>.</p>
<p>You should specify the version in your project&rsquo;s plugin configuration:</p>
<figure class='code'><figcaption><span></span></figcaption><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span>
<span class='line-number'>2</span>
<span class='line-number'>3</span>
<span class='line-number'>4</span>
<span class='line-number'>5</span>
</pre></td><td class='code'><pre><code class='xml'><span class='line'><span class="nt">&lt;plugin&gt;</span>
</span><span class='line'> <span class="nt">&lt;groupId&gt;</span>org.apache.maven.plugins<span class="nt">&lt;/groupId&gt;</span>
</span><span class='line'> <span class="nt">&lt;artifactId&gt;</span>maven-assembly-plugin<span class="nt">&lt;/artifactId&gt;</span>
</span><span class='line'> <span class="nt">&lt;version&gt;</span>3.3.0<span class="nt">&lt;/version&gt;</span>
</span><span class='line'><span class="nt">&lt;/plugin&gt;</span>
</span></code></pre></td></tr></table></div></figure>
<!-- more -->
<p><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317220&amp;version=12344774">Release Notes &ndash; Maven Assembly Plugin &ndash; Version 3.3.0</a></p>
<ul>
<li><p>Bugs:</p>
<ul>
<li><a href="https://issues.apache.org/jira/browse/MASSEMBLY-879">MASSEMBLY-879</a> &ndash; useDefaultExcludes has no effect in dependencySet/unpack</li>
<li><a href="https://issues.apache.org/jira/browse/MASSEMBLY-920">MASSEMBLY-920</a> &ndash; ContainerDescriptorHandler for MetaInf-Services breaks folder structure</li>
<li><a href="https://issues.apache.org/jira/browse/MASSEMBLY-932">MASSEMBLY-932</a> &ndash; resource filtering skipped for resources in the current project</li>
</ul>
</li>
<li><p>New Features:</p>
<ul>
<li><a href="https://issues.apache.org/jira/browse/MASSEMBLY-922">MASSEMBLY-922</a> &ndash; allow to override UID/GID and user name and group name for files stored in TAR (and other formats that store UID/GID)</li>
<li><a href="https://issues.apache.org/jira/browse/MASSEMBLY-927">MASSEMBLY-927</a> &ndash; Support for properties mapping on executions of maven-assembly-plugin</li>
<li><a href="https://issues.apache.org/jira/browse/MASSEMBLY-934">MASSEMBLY-934</a> &ndash; Support concatenation of files</li>
</ul>
</li>
<li><p>Improvements:</p>
<ul>
<li><a href="https://issues.apache.org/jira/browse/MASSEMBLY-765">MASSEMBLY-765</a> &ndash; add property groupIdPath</li>
<li><a href="https://issues.apache.org/jira/browse/MASSEMBLY-849">MASSEMBLY-849</a> &ndash; Add nonFilteredFileExtensions to avoid filtering of binary files</li>
<li><a href="https://issues.apache.org/jira/browse/MASSEMBLY-933">MASSEMBLY-933</a> &ndash; make build Reproducible</li>
</ul>
</li>
<li><p>Dependency upgrade:</p>
<ul>
<li><a href="https://issues.apache.org/jira/browse/MASSEMBLY-924">MASSEMBLY-924</a> &ndash; Upgrade commons-compress to 1.19</li>
</ul>
</li>
</ul>
<p>Enjoy,</p>
<p>-The Apache Maven team</p>
</div>