[prev in list] [next in list] [prev in thread] [next in thread] 

List:       maven-user
Subject:    [ANN] Apache Maven Resources Plugin 3.0.2 Released
From:       Christian Schulte <schulte () apache ! org>
Date:       2016-12-10 18:20:52
Message-ID: 1202541542.01481394028133.JavaMail.schulte () Studio
[Download RAW message or body]

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

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic