Apache Maven Remote Resources Plugin Version 3.0.0 Released

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

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

You should specify the version in your project's plugin configuration:

1<plugin>
2  <groupId>org.apache.maven.plugins</groupId>
3  <artifactId>maven-remote-resources-plugin</artifactId>
4  <version>3.0.0</version>
5</plugin>

You can download the appropriate sources etc. from the download page

Release Notes - Apache Maven Remote Resources Plugin - Version 3.0.0

Enjoy,

-The Apache Maven team