The Apache Maven team is pleased to announce the release of the Apache Maven Remote Resources Plugin, version 3.1.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.1.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.1.0 ** Bug * [MRRESOURCES-121] - version 3.0.0 fail to include some dependencies * [MRRESOURCES-123] - Maven Remote Resources Plugin cannot load resource bundle from remote repository * [MRRESOURCES-124] - Maven 4: Failed to resolve dependencies for one or more projects in the reactor * [MRRESOURCES-129] - Unable to process POMs of dependencies using profiles activated by Java versions ** New Feature * [MRRESOURCES-122] - Java 8 as minimum * [MRRESOURCES-134] - Introduce aggregate goal instead of runOnlyAtExecutionRoot parameter ** Improvement * [MRRESOURCES-133] - add system requirements history ** Task * [MRRESOURCES-126] - Get rid of Maven 3.9.1 warning about deprecated parameter * [MRRESOURCES-127] - Upgrade to parent POM 39, reformat * [MRRESOURCES-130] - Refresh download page * [MRRESOURCES-131] - Fix ITs for Maven 4 * [MRRESOURCES-132] - Dependency improvements ** Dependency upgrade * [MRRESOURCES-116] - Upgrade Apache Velocity due to vulnerability in commons-collections v3.2. Enjoy, -The Apache Maven team