You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Enrico Olivelli <eo...@apache.org> on 2019/01/02 21:39:22 UTC

[ANN] Apache Maven Assembly Plugin 3.1.1 Released

The Apache Maven team is pleased to announce the release of the Apache
Maven Assembly Plugin, version 3.1.1

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.

https://maven.apache.org/plugins/maven-assembly-plugin/

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

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-assembly-plugin</artifactId>
  <version>3.1.1</version>
</plugin>

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

https://maven.apache.org/plugins/maven-assembly-plugin/download.cgi

Release Notes - Maven Assembly Plugin - Version 3.1.1

** Bug
    * [MASSEMBLY-675] - Maven Assembly packaging wildcard-excluded dependencies
    * [MASSEMBLY-762] - Assembly plugin doesn't exclude transitive
dependencies when excluded by wildcards in dependencies section
    * [MASSEMBLY-799] - Exclusion on wildcard, then the assembly would
still package to include the excluded libraries
    * [MASSEMBLY-861] - exclusion * also packaged
    * [MASSEMBLY-873] - Maven-Assembly-Plugin freezes when building
jar-with-dependencies of project depending on
org.bouncycastle:bcprov-jdk15on:1.58
    * [MASSEMBLY-893] - Typo in FAQ

** Task
    * [MASSEMBLY-885] - remove unused unpack code
    * [MASSEMBLY-898] - upgrade to plexus-io 3.1.1
    * [MASSEMBLY-899] - Make deprecated and non used of parameter
useJvmChmod parameter (plugin is now 1.7)
    * [MASSEMBLY-901] - Fix trivial javadocs HTML errors
    * [MASSEMBLY-902] - Some Integration tests fails if launched with
an very large UID

** Dependency upgrade
    * [MASSEMBLY-876] - Upgrade parent to 31
    * [MASSEMBLY-882] - Upgrade mave-surefire/failsafe-plugin 2.21.0
    * [MASSEMBLY-884] - Upgrade plexus-archiver to 3.6.0
    * [MASSEMBLY-890] - Upgrade plexus-interpolation to 1.25
    * [MASSEMBLY-892] - Upgrade maven-plugins parent to version 33
    * [MASSEMBLY-900] - Upgrade plexus-archiver to 4.0.0


Enjoy,

-The Apache Maven team

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org