You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2008/01/08 14:44:28 UTC

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

Author: vsiveton
Date: Tue Jan  8 05:44:27 2008
New Revision: 609984

URL: http://svn.apache.org/viewvc?rev=609984&view=rev
Log:
o updated doc due to r609976

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=609984&r1=609983&r2=609984&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 Tue Jan  8 05:44:27 2008
@@ -191,6 +191,8 @@
 </profiles>
 +---+
 
+  <<Note>>: The tags \<exists/\> and \<missing/\> could be interpolated with some patterns like $\{user.home\}.
+
 * Which areas of a POM can be customized by each type of profile? Why?
 
   Now that we've talked about where to specify profiles, and how to activate them,