You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2009/11/28 15:29:42 UTC

svn commit: r885096 - /maven/site/trunk/src/site/apt/guides/introduction/introduction-to-profiles.apt

Author: bentmann
Date: Sat Nov 28 14:29:41 2009
New Revision: 885096

URL: http://svn.apache.org/viewvc?rev=885096&view=rev
Log:
o Clarified interpolation during profile activation

Modified:
    maven/site/trunk/src/site/apt/guides/introduction/introduction-to-profiles.apt

Modified: maven/site/trunk/src/site/apt/guides/introduction/introduction-to-profiles.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/guides/introduction/introduction-to-profiles.apt?rev=885096&r1=885095&r2=885096&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/guides/introduction/introduction-to-profiles.apt (original)
+++ maven/site/trunk/src/site/apt/guides/introduction/introduction-to-profiles.apt Sat Nov 28 14:29:41 2009
@@ -207,7 +207,9 @@
 </profiles>
 +---+
 
-  <<Note>>: The tags <<<\<exists\>>>> and <<<\<missing\>>>> could be interpolated with some patterns like <<<$\{user.home\}>>>.
+  As of Maven 2.0.9, the tags <<<\<exists\>>>> and <<<\<missing\>>>> could be interpolated. Supported variables are
+  system properties like <<<$\{user.home\}>>> and enviroment variables like <<<$\{env.HOME\}>>>. Please note that
+  properties defined in the POM itself are not available for interpolation here.
 
   Profiles can also be active by default using a configuration like the following: