The Maven team is pleased to announce the release of the Maven Remote Resources
Plugin, version 1.4
Process resources packaged in JARs that have been deployed to
a remote repository. The primary use case being satisfied is the consistent
inclusion of common resources in a large set of projects. Maven projects at
Apache use this plug-in to satisfy licensing requirements at Apache where
each project must include license and notice files for each release.
http://maven.apache.org/plugins/maven-remote-resources-plugin
You should specify the version in your project's plugin configuration:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-remote-resources-plugin</artifactId>
<version>1.4</version>
</plugin>
Release Notes - Maven Remote Resources Plugin - Version 1.4
Bug
* [MRRESOURCES-64] Mojo: process uses deprecated expression
project.build.resources
* [MRRESOURCES-56] The maven-remote-resources-plugin (1.2.1) fails to create a
usable Resource Bundle if the outputDirectory configuration parameter is
specified and does not explicitly contain ${project.build.outputDirectory}
Task
* [MRRESOURCES-66] Update to Maven Filtering 1.1
* [MRRESOURCES-63] use maven-plugin-tools' java 5 annotations
Enjoy,
-The Maven team
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]