| --- |
| layout: post |
| status: PUBLISHED |
| published: true |
| title: Apache Maven Assembly Plugin Version 3.3.0 Released |
| id: 5270500f-4545-48fc-8956-e4aeed058463 |
| date: '2020-05-01 13:00:00 -0400' |
| categories: maven |
| tags: |
| - maven-plugin |
| permalink: maven/entry/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<br /> |
| Maven Assembly Plugin, version 3.3.0</a>.</p> |
| <p>The Assembly Plugin for Maven is primarily intended to allow users to aggregate<br /> |
| the project output along with its dependencies, modules, site documentation,<br /> |
| 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’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"><plugin></span>
|
| </span><span class='line'> <span class="nt"><groupId></span>org.apache.maven.plugins<span class="nt"></groupId></span>
|
| </span><span class='line'> <span class="nt"><artifactId></span>maven-assembly-plugin<span class="nt"></artifactId></span>
|
| </span><span class='line'> <span class="nt"><version></span>3.3.0<span class="nt"></version></span>
|
| </span><span class='line'><span class="nt"></plugin></span>
|
| </span></code></pre> |
| </td> |
| </tr> |
| </table> |
| </div> |
| </figure> |
| <p><!-- more --></p> |
| <p><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317220&version=12344774">Release Notes – Maven Assembly Plugin – 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> – useDefaultExcludes has no effect in dependencySet/unpack</li> |
| <li><a href="https://issues.apache.org/jira/browse/MASSEMBLY-920">MASSEMBLY-920</a> – ContainerDescriptorHandler for MetaInf-Services breaks folder structure</li> |
| <li><a href="https://issues.apache.org/jira/browse/MASSEMBLY-932">MASSEMBLY-932</a> – 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> – 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> – 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> – 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> – add property groupIdPath</li> |
| <li><a href="https://issues.apache.org/jira/browse/MASSEMBLY-849">MASSEMBLY-849</a> – Add nonFilteredFileExtensions to avoid filtering of binary files</li> |
| <li><a href="https://issues.apache.org/jira/browse/MASSEMBLY-933">MASSEMBLY-933</a> – 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> – Upgrade commons-compress to 1.19</li> |
| </ul> |
| </li> |
| </ul> |
| <p>Enjoy,</p> |
| <p>-The Apache Maven team</p> |
| </div> |