The Maven team is pleased to announce the release of the Maven Remote Resources Plugin, version 1.2.1
This plugin is used to retrieve JARs of resources from remote repositories, process those resources, and incorporate them into JARs you build with Maven. 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.2.1</version> </plugin> Release Notes - Maven 2.x Remote Resources Plugin - Version 1.2.1 ** Bug * [MRRESOURCES-54] - m-r-r-p 1.2 not actually threadsafe apparently due to antique velocity version Enjoy, -The Maven team --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
