뉴스/소식
Maven Resoures Plugin 2.4 릴리즈
노안돼지
2009. 8. 26. 15:57
The Maven team is pleased to announce the release of the Maven Resources Plugin, version 2.4.
The Resources Plugin provides support for copying and filtering files in the standard resource locations in a Maven build (configured using the project/build/resources and project/build/testResources sections in the POM).
It also provides similar support for additional, ad-hoc resource definitions using the copy-resoures mojo.
http://maven.apache.org/plugins/maven-resources-plugin/
You should specify this version in your project's plugin configuration:
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>2.4</version>
</plugin>
Release Notes - Maven 2.x Resources Plugin - Version 2.4
Enjoy,
The Maven team
The Resources Plugin provides support for copying and filtering files in the standard resource locations in a Maven build (configured using the project/build/resources and project/build/testResources sections in the POM).
It also provides similar support for additional, ad-hoc resource definitions using the copy-resoures mojo.
http://maven.apache.org/
You should specify this version in your project's plugin configuration:
<plugin>
<artifactId>maven-resources-
<version>2.4</version>
</plugin>
Release Notes - Maven 2.x Resources Plugin - Version 2.4
Enjoy,
The Maven team