Hi,

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

This plugin is used to retrieve JARs of resources from remote
repositories, process those resources, and incorporate them into JARs
you build with Maven. A very common use-case is the need to package
certain resources in a consistent way across your organization: at
Apache it is required that every JAR produced contains a copy of the
Apache license and a notice file that references all used software in
a given 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.3</version>
</plugin>

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

** Bug
    * [MRRESOURCES-57] - Incorrect documentation of outputDirectory?
    * [MRRESOURCES-59] - old velocity coordinate are not excluded

** Improvement
    * [MRRESOURCES-60] - use last velocity 1.7 version to multi thread
build issues.

** New Feature
    * [MRRESOURCES-55] - Support groupId:artifactId:version:type and
groupId:artifactId:version:type:classifier as resource bundle
references


Have Fun,
--
The Apache Maven team

Reply via email to