You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2008/09/19 00:12:27 UTC

svn commit: r696830 - /maven/shared/trunk/maven-filtering/src/site/apt/index.apt

Author: olamy
Date: Thu Sep 18 15:12:26 2008
New Revision: 696830

URL: http://svn.apache.org/viewvc?rev=696830&view=rev
Log:
complete the what's new in beta-2 section

Modified:
    maven/shared/trunk/maven-filtering/src/site/apt/index.apt

Modified: maven/shared/trunk/maven-filtering/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-filtering/src/site/apt/index.apt?rev=696830&r1=696829&r2=696830&view=diff
==============================================================================
--- maven/shared/trunk/maven-filtering/src/site/apt/index.apt (original)
+++ maven/shared/trunk/maven-filtering/src/site/apt/index.apt Thu Sep 18 15:12:26 2008
@@ -29,9 +29,29 @@
 
   The goal is to provide a shared component for all plugins which needs to filter resources.
   
-* What's New in 1.0-beta-2
+* What's New in 1.0-beta-2 (All of this new features are configurable with the MavenResourcesExecution bean)
 
-  TO WRITE
+** Release Note
+
+  The release note is available {{{http://jira.codehaus.org/secure/ReleaseNote.jspa?version=14488&styleName=Html&projectId=11761&Create=Create}here}}.
+
+** Pom interpolation
+  
+  {{{http://jira.codehaus.org/browse/MSHARED-60}[MSHARED-60]}} something like $\{foo.url\} was interpolated to the value of pom url.
+  Now pom values will interpolated <<<only>>> with expressions starting with pom or project (it's configurable).\
+  This means before something like $\{foo.version\} or $\{version\} was interpolated with the current pom version. 
+  <<Now it won't interpolated to a pom value.>>
+  
+** Escaping Interpolation 
+
+  {{{http://jira.codehaus.org/browse/MSHARED-51}[MSHARED-51]}} It's possible now to define a String which will escape interpolation.\
+  \$\{java.home\} will be interpolated to $\{java.home\}
+
+** targetPath accepts now absolute paths too
+
+** overwrite parameter
+
+  {{{http://jira.codehaus.org/browse/MSHARED-67}[MSHARED-67]}} Add a new parameter to force file copy even if the destination file is newer.
 
 * MavenResourcesFiltering