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
-
Improvements:
- MRRESOURCES-115 - make build Reproducible
- MRRESOURCES-118 - Require Maven 3.2.5
-
Task:
- MRRESOURCES-119 - Update plugin dependencies
Enjoy,
-The Apache Maven team