You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Kristian Rosenvold <kr...@apache.org> on 2011/06/18 11:48:35 UTC

[ANN] Maven remote-resources-plugin 1.2.1 Released

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

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

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


** Bug
    * [MRRESOURCES-54] - m-r-r-p 1.2 not actually threadsafe
apparently due to antique velocity version


Enjoy,

-The Maven team