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

This plugin 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.2.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.2.0

** Bug
    * [MASSEMBLY-871] - Descriptor ref "bin" causes error messages in the build 
log on Windows

** New Feature
    * [MASSEMBLY-921] - Reproducible Builds: make entries in output archive 
reproducible (order + timestamp)

** Improvement
    * [MASSEMBLY-914] - Add GitHub Informations

** Task
    * [MASSEMBLY-915] - Remove integration-test-archetype

Read https://maven.apache.org/guides/mini/guide-reproducible-builds.html for 
more information on Reproducible Builds with Maven.

Enjoy,

-The Apache Maven team


Reply via email to