This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to annotated tag maven-filtering-1.0-alpha-1 in repository https://gitbox.apache.org/repos/asf/maven-filtering.git
commit 09751f3d134613409f4282effa59b1f24e48fca8 Author: Oliver Lamy <[email protected]> AuthorDate: Tue Feb 19 08:40:44 2008 +0000 fix documentation git-svn-id: https://svn.apache.org/repos/asf/maven/sandbox/trunk/shared/maven-filtering@629025 13f79535-47bb-0310-9956-ffa450edef68 --- src/site/apt/index.apt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt index 709d13d..6d79423 100755 --- a/src/site/apt/index.apt +++ b/src/site/apt/index.apt @@ -54,6 +54,8 @@ Maven Filtering Component * System Properties + * pom.properties + * List of properties ( the method has a parameter which accept a List of String -> path properties files ) * pom.filters @@ -63,4 +65,4 @@ Maven Filtering Component [] <<NOTE>> : As it's a Properties object, last defined key/value pair wins . - The value for key java.version can be overriding with a property in the maven project (yes crazy but possible). \ No newline at end of file + The value for key java.version can be overriding with a property in the maven project (yes crazy but possible).
