뉴스/소식

Maven Filtering 1.0-beta-3 릴리즈

노안돼지 2009. 8. 26. 16:04
The Maven team is pleased to announce the release of Maven Filtering, version 1.0-beta-3.

Maven Filtering is an API that allows plugin developers to filter text-based resources using values supplied by a MavenProject instance, a MavenSession instance, and an arbitrary set of properties files.

Filtering based on MavenProject values aims to replicate support for POM-interpolation expressions, while filtering based on the MavenSession aims to support filtering of system properties and command-line properties used to execute Maven.

http://maven.apache.org/shared/maven-filtering/


To use this API, you should add the following dependency to your project:

<dependency>
 <groupId>org.apache.maven.shared</groupId>
 <artifactId>maven-filtering</artifactId>
 <version>1.0-beta-3</version>
</dependency>


Release Notes - Maven Shared Components - Version maven-filtering-1.0-beta-4


Enjoy,

The Maven Team