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

 The Resources Plugin handles the copying of project resources to the
output directory.

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

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

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


Release Notes - Maven Resources Plugin - Version 3.2.0

** Bug
    * [MRESOURCES-171] - ISO8859-1 properties files get changed into UTF-8
when filtered
    * [MRESOURCES-210] - copy-resources erases file permissions
    * [MRESOURCES-236] - Copying of files with permissions broken
    * [MRESOURCES-257] - property from list element in pom model

** Improvement
    * [MRESOURCES-251] - Upgrade plexus-interpolation 1.26
    * [MRESOURCES-252] - Add m2e lifecycle Metadata to plugin
    * [MRESOURCES-256] - make build Reproducible
    * [MRESOURCES-258] - Only overwrite filtered resources when contents
differ

** Dependency upgrade
    * [MRESOURCES-249] - Upgrade maven-plugins parent to version 32
    * [MRESOURCES-255] - Upgrade plexus-utils 3.3.0
    * [MRESOURCES-261] - Make Maven 3.1.0 the minimum version
    * [MRESOURCES-263] - Update to maven-filtering 3.2.0


Enjoy,

-The Apache Maven team

Reply via email to