뉴스/소식

Maven Resources Plugin 2.4.1 릴리즈

노안돼지 2009. 10. 7. 08:23

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

This plugin filters non-Java resource files, replacing expressions with values from the POM or any of the filtering properties files you choose to configure.

http://maven.apache.org/plugins/maven-resources-plugin/

You should specify the version in your project's plugin configuration:

<plugin>
 <groupId>org.apache.maven.plugins</groupId>
 <artifactId>maven-resources-plugin</artifactId>
 <version>2.4.1</version>
</plugin>


Release Notes - Maven 2.x Resources Plugin - Version 2.4.1


Enjoy,
-The Maven team