The Apache Maven team is pleased to announce the release of the Apache
Maven Remote Resources Plugin, version 3.3.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.

https://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>3.3.0</version>
</plugin>

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

https://maven.apache.org/plugins/maven-remote-resources-plugin/download.cgi

Release Notes - Maven Remote Resources Plugin - Version 3.3.0

** New Feature
    * [MRRESOURCES-154] - Allow to require project properties by bundle
    * [MRRESOURCES-155] - Allow to override bundle resources by
project workspace files

** Improvement
    * [MRRESOURCES-150] - Ensure reproducible order in bundle goal
output META-INF/maven/remote-resources.xml
    * [MRRESOURCES-152] - Add property for resourceBundles and outputDirectory

** Task
    * [MRRESOURCES-151] - Deprecate includeProjectProperties parameter

** Dependency upgrade
    * [MRRESOURCES-146] - Upgrade Parent to 43
    * [MRRESOURCES-147] - Bump org.apache.maven.shared:maven-filtering
from 3.3.2 to 3.4.0
    * [MRRESOURCES-148] - Bump
org.apache.velocity:velocity-engine-core from 2.3 to 2.4.1
    * [MRRESOURCES-149] - Bump
org.eclipse.sisu:org.eclipse.sisu.plexus from 0.9.0.M2 to 0.9.0.M3
    * [MRRESOURCES-153] - Bump maven-archiver from 3.6.1 to 3.6.3

Enjoy,

-The Apache Maven team

Reply via email to