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

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.

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

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

1
2  org.apache.maven.plugins
3  maven-assembly-plugin
4  3.4.2
5

Release Notes - Maven Assembly Plugin - Version 3.4.2

  • Bug:

    • MASSEMBLY-969 - Excludes filtering in 3.4.0 and 3.4.1 differs from 3.3.0
  • Task:

Enjoy,

-The Apache Maven team