뉴스/소식

Maven Remote Resources Plugin 1.1 릴리즈

노안돼지 2009. 9. 23. 09:24

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

This plugin uses configurable sets of template files stored in the Maven repository, combined with project and dependency POM information, to generate files such as DEPENDENCIES or LICENSE statements that are specific to your project.

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.1</version>
</plugin>


Release Notes - Maven 2.x Remote Resources Plugin - Version 1.1

Enjoy,

-The Maven team