[ANN] Apache Maven Assembly Plugin 3.8.0 Released

Sylwester Lachiewicz <[email protected]> Sat, 29 Nov 2025 14:00:53 +0100
Newsgroups gmane.comp.jakarta.turbine.maven.user
Message-ID <CAJG7DX3xhK9HHntxJyV1prra-Vyz1pfrkVU9Otvesqe34c1yUA__10678.4810124495$1764421352$gmane$org@mail.gmail.com>
The Apache Maven team is pleased to announce the release of the Apache
Maven Assembly Plugin, version 3.8.0

This plugin enables developers to combine project output into a single
distributable archive that also contains dependencies, modules, site
documentation, and other files.

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.8.0 </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.8.0

https://github.com/apache/maven-assembly-plugin/releases/tag/v3.8.0

Enjoy,

-The Apache Maven team