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

The Resources Plugin handles the copying of project resources to the output
    directory. There are two different kinds of resources: main resources and 
test resources. The
    difference is that the main resources are the resources associated to the 
main
    source code while the test resources are associated to the test source code.
    Thus, this allows the separation of resources for the main source code and 
its
    unit tests.

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


Release Notes - Apache Maven Resources Plugin - Version 3.0.2

Bug
* [MRESOURCES-234] Upgrade of commons-io to 2.5 and correction of invalid scope.
* [MRESOURCES-233] Upgrade of plexus-interpolation 1.24 to correct escaping 
issue.

Task
* [MRESOURCES-235] Revert enabling escaping by default introduced in 3.0.0.


Enjoy,

-The Maven team

Reply via email to