blob: 2aa9f750d17ca7feb1e6bf9fab174a6b5c121961 [file]
---
layout: post
status: PUBLISHED
published: true
title: Apache Maven Assembly Plugin Version 3.1.1 Released
id: 5034870e-2146-41f0-9079-10877d8271ab
date: '2019-01-02 23:50:25 -0500'
categories: maven
tags:
- maven-plugin
permalink: maven/entry/apache-maven-assembly-plugin-version
---
<div class="entry-content">
<p>The Apache Maven team is pleased to announce the release of the <a href="http://maven.apache.org/plugins/maven-assembly-plugin/">Apache<br />
Maven Assembly Plugin, version 3.1.1</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>Note:</p>
<ul>
<li>Maven 3.X only</li>
<li>JDK 7 miminum requirement.</li>
</ul>
<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"><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.1.1<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&amp;version=12341358">Release Notes &ndash; Maven Assembly Plugin &ndash; Version 3.1.1</a></p>
<p>Bugs:</p>
<ul>
<li><a href="https://issues.apache.org/jira/browse/MASSEMBLY-675">MASSEMBLY-675</a> &ndash; Maven Assembly packaging wildcard-excluded dependencies</li>
<li><a href="https://issues.apache.org/jira/browse/MASSEMBLY-762">MASSEMBLY-762</a> &ndash; Assembly plugin doesn&rsquo;t exclude transitive dependencies when excluded by wildcards in dependencies section</li>
<li><a href="https://issues.apache.org/jira/browse/MASSEMBLY-799">MASSEMBLY-799</a> &ndash; Exclusion on wildcard, then the assembly would still package to include the excluded libraries</li>
<li><a href="https://issues.apache.org/jira/browse/MASSEMBLY-861">MASSEMBLY-861</a> &ndash; exclusion * also packaged</li>
<li><a href="https://issues.apache.org/jira/browse/MASSEMBLY-873">MASSEMBLY-873</a> &ndash; Maven-Assembly-Plugin freezes when building jar-with-dependencies of project depending on org.bouncycastle:bcprov-jdk15on:1.58</li>
<li><a href="https://issues.apache.org/jira/browse/MASSEMBLY-893">MASSEMBLY-893</a> &ndash; Typo in FAQ</li>
</ul>
<p>Tasks:</p>
<ul>
<li><a href="https://issues.apache.org/jira/browse/MASSEMBLY-885">MASSEMBLY-885</a> &ndash; remove unused unpack code</li>
<li><a href="https://issues.apache.org/jira/browse/MASSEMBLY-898">MASSEMBLY-898</a> &ndash; upgrade to plexus-io 3.1.1</li>
<li><a href="https://issues.apache.org/jira/browse/MASSEMBLY-899">MASSEMBLY-899</a> &ndash; Make deprecated and non used of parameter useJvmChmod parameter (plugin is now 1.7)</li>
<li><a href="https://issues.apache.org/jira/browse/MASSEMBLY-901">MASSEMBLY-901</a> &ndash; Fix trivial javadocs HTML errors</li>
<li><a href="https://issues.apache.org/jira/browse/MASSEMBLY-902">MASSEMBLY-902</a> &ndash; Some Integration tests fails if launched with an very large UID</li>
</ul>
<p>Dependency upgrades:</p>
<ul>
<li><a href="https://issues.apache.org/jira/browse/MASSEMBLY-876">MASSEMBLY-876</a> &ndash; Upgrade parent to 31</li>
<li><a href="https://issues.apache.org/jira/browse/MASSEMBLY-882">MASSEMBLY-882</a> &ndash; Upgrade mave-surefire/failsafe-plugin 2.21.0</li>
<li><a href="https://issues.apache.org/jira/browse/MASSEMBLY-884">MASSEMBLY-884</a> &ndash; Upgrade plexus-archiver to 3.6.0</li>
<li><a href="https://issues.apache.org/jira/browse/MASSEMBLY-890">MASSEMBLY-890</a> &ndash; Upgrade plexus-interpolation to 1.25</li>
<li><a href="https://issues.apache.org/jira/browse/MASSEMBLY-892">MASSEMBLY-892</a> &ndash; Upgrade maven-plugins parent to version 33</li>
<li><a href="https://issues.apache.org/jira/browse/MASSEMBLY-900">MASSEMBLY-900</a> &ndash; Upgrade plexus-archiver to 4.0.0</li>
</ul>
<p>Enjoy,</p>
<p>-The Apache Maven team</p>
</div>