You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Dennis Lundberg <de...@apache.org> on 2011/02/27 23:40:14 UTC

[ANN] Maven Remote Resources Plugin 1.2 Released

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

This plugin is used to retrieve JARs of resources from remote
repositories, process those resources, and incorporate them into JARs
you build with Maven.

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


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

** Bug
    * [MRRESOURCES-48] - Velocimacros included with #parse() are
sometimes ignored
    * [MRRESOURCES-51] - Publish the XML schemas for remote-resources
and supplemental-model

** Improvement
    * [MRRESOURCES-46] - project.properties not default provided to
velocity for interpolation
    * [MRRESOURCES-50] - Add @threadSafe support for maven3


** Task
    * [MRRESOURCES-52] - Update to maven-filtering 1.0


Enjoy,

-The Maven team