You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Michael Osipov <mi...@apache.org> on 2022/07/23 12:22:13 UTC

[ANN] Maven Assembly Plugin 3.4.2 released

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

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.4.2</version>
</plugin>


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
     * [MASSEMBLY-949] - Examples should refer to https instead of http


Enjoy,

-The Apache Maven team