Re: [ANN] Apache Maven Resources Plugin 3.0.2 Released

2016-12-10 Thread Christian Schulte
7. Celebrate :o)


-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



[ANN] Apache Maven Resources Plugin 3.0.2 Released

2016-12-10 Thread Christian Schulte
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:


  org.apache.maven.plugins
  maven-resources-plugin
  3.0.2



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

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org