You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Michael Osipov <mi...@apache.org> on 2022/07/25 20:52:26 UTC

[ANN] Maven Resources Plugin 3.3.0 released

Subject: [ANN] Maven Resources Plugin 3.3.0 released

The Apache Maven team is pleased to announce the release of the Maven 
Resources Plugin version 3.3.0.

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

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

<plugin>
   <groupId>org.apache.maven.plugins</groupId>
   <artifactId>maven-resources-plugin</artifactId>
   <version>3.3.0</version>
</plugin>


Release Notes - Maven Resources Plugin - Version 3.3.0

** Bug
     * [MRESOURCES-237] - Resource plugin's handling of symbolic links 
changed in 3.0.x, broke existing behavior
     * [MRESOURCES-265] - Resource copying not using specified encoding
     * [MRESOURCES-268] - java.nio.charset.MalformedInputException: 
Input length = 1
     * [MRESOURCES-269] - Symlinks cause copying resources to fail
     * [MRESOURCES-273] - Filtering of Maven properties with long names 
is not working after transition from 2.6 to 3.2.0
     * [MRESOURCES-275] - valid location for directory parameter is 
always required

** New Feature
     * [MRESOURCES-250] - Add ability to flatten folder structure into 
target directory when copying resources

** Task
     * [MRESOURCES-277] - Update plugin (requires Maven 3.2.5+)
     * [MRESOURCES-283] - Require Java 8

** Dependency upgrade
     * [MRESOURCES-282] - Upgrade maven-plugin parent to 36
     * [MRESOURCES-286] - Upgrade Maven Filtering to 3.3.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