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 2013/01/05 15:56:41 UTC

svn commit: r1429301 - /maven/site/trunk/content/apt/pom.apt

Author: olamy
Date: Sat Jan  5 14:56:41 2013
New Revision: 1429301

URL: http://svn.apache.org/viewvc?rev=1429301&view=rev
Log:
fix escaping

Modified:
    maven/site/trunk/content/apt/pom.apt

Modified: maven/site/trunk/content/apt/pom.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/apt/pom.apt?rev=1429301&r1=1429300&r2=1429301&view=diff
==============================================================================
--- maven/site/trunk/content/apt/pom.apt (original)
+++ maven/site/trunk/content/apt/pom.apt Sat Jan  5 14:56:41 2013
@@ -1853,7 +1853,7 @@ scm:cvs:pserver:127.0.0.1:/cvs/root:my-p
 
   * <<file>>:
   Finally, a given filename may activate the <<<profile>>> by the <<<existence>>> of a file, or if it
-  is <<<missing>>>. <<NOTE>>: interpolation for this element is limited to ${basedir}, System properties and request properties.
+  is <<<missing>>>. <<NOTE>>: interpolation for this element is limited to <<<$\{basedir\}>>>), System properties and request properties.
 
   []
 
@@ -1889,4 +1889,4 @@ mvn help:active-profiles
 ======================
 
   Aspects of this guide were originally published in the
-  {{{http://www.javaworld.com/javaworld/jw-05-2006/jw-0529-maven.html}Maven 2 Pom Demystified}}.
+  {{{http://www.javaworld.com/javaworld/jw-05-2006/jw-0529-maven.html}Maven 2 Pom Demystified}}.
\ No newline at end of file