The Maven team is pleased to announce the release of the Maven Remote
Resources Plugin, version 1.1

This plugin uses configurable sets of template files stored in the Maven
repository, combined with project and dependency POM information, to
generate files such as DEPENDENCIES or LICENSE statements that are
specific to your project.

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


Release Notes - Maven 2.x Remote Resources Plugin - Version 1.1


** Bug
    * [MRRESOURCES-11] - Resource filtering for overridden resources
    * [MRRESOURCES-35] - ClassCastException
    * [MRRESOURCES-37] - embedded error with
maven-remote-resources-plugin; maven build order?
    * [MRRESOURCES-38] - Remove inadvertent dependency on
MavenReportException in maven-reporting-api
    * [MRRESOURCES-39] - Unnecessary fondness for inceptionDate

** Improvement
    * [MRRESOURCES-31] - Add an "alternative" apache-jar-resource-bundle

** New Feature
    * [MRRESOURCES-36] - ${project.build.sourceEncoding} not honoured.
    * [MRRESOURCES-41] - add support for multi-module dependencies
listing and other top-of-tree calculations on sub-modules
    * [MRRESOURCES-43] - Add ability to specify artifacts to search for
supplementalModels

** Task
    * [MRRESOURCES-42] - Incorporate fix for PLXCOMP-145: problem with
JarResourceLoader.initialize() never being called
    * [MRRESOURCES-44] - Document usage of runOnlyAtExecutionRoot and
supplemental model features.
    * [MRRESOURCES-45] - Stage releases for dependencies that have changed


Enjoy,

-The Maven team


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

Reply via email to