Author: pgier
Date: Sun Sep 18 18:20:10 2011
New Revision: 1172314

URL: http://svn.apache.org/viewvc?rev=1172314&view=rev
Log:
Improvements to model interpolation docs related to available properties.
Issue id: MNG-5134

Modified:
    maven/maven-3/trunk/maven-model-builder/src/site/apt/index.apt

Modified: maven/maven-3/trunk/maven-model-builder/src/site/apt/index.apt
URL: 
http://svn.apache.org/viewvc/maven/maven-3/trunk/maven-model-builder/src/site/apt/index.apt?rev=1172314&r1=1172313&r2=1172314&view=diff
==============================================================================
--- maven/maven-3/trunk/maven-model-builder/src/site/apt/index.apt (original)
+++ maven/maven-3/trunk/maven-model-builder/src/site/apt/index.apt Sun Sep 18 
18:20:10 2011
@@ -81,17 +81,23 @@ Maven Model Builder
 *----+------+------+
 | <<<basedir>>>\
 <<<project.basedir>>>\
-<<<pom.basedir>>> (<deprecated>) | the directory containing the <<<pom.xml>>> 
file | |
+<<<pom.basedir>>> (<deprecated>) | the directory containing the <<<pom.xml>>> 
file | <<<$\{project.basedir\}>>> |
 *----+------+------+
 | <<<project.baseUri>>>\
 <<<pom.baseUri>>> (<deprecated>) | the directory containing the <<<pom.xml>>> 
file as URI | |
 *----+------+------+
+| <<<settings.*>>> | Local user settings (see 
{{{../maven-settings/settings.xml/settings.html}setings reference}}) | 
<<<$\{settings.localRepository\}>>> |
+*----+------+------+
+| <<<maven.version>>> | The version number of the current Maven execution.  
For example, "3.0.3". | <<<$\{maven.version\}>>> |
+*----+------+------+
+| <<<maven.build.version>>> | The full build version of the current Maven 
execution.  For example, "Apache Maven 3.0.3 (r1075438; 2011-02-28 
11:31:09-0600)". | <<<$\{maven.build.version\}>>> |
+*----+------+------+
 | <<<build.timestamp>>>\
-<<<maven.build.timestamp>>> | the timestamp of build start, in 
<<<yyyyMMdd-HHmm>>> default format, which can be overridden with 
<<<maven.build.timestamp.format>>> POM property | |
+<<<maven.build.timestamp>>> | the timestamp of build start, in 
<<<yyyyMMdd-HHmm>>> default format, which can be overridden with 
<<<maven.build.timestamp.format>>> POM property | 
<<<$\{maven.build.timestamp\}>>> |
 *----+------+------+
-| <<<*>>> | user properties, set from CLI with <<<-Dproperty=value>>> | 
<<<$\{skip\}>>> |
+| <<<*>>> | user properties, set from CLI with <<<-Dproperty=value>>> | 
<<<$\{skipTests\}>>> |
 *----+------+------+
-| <<<*>>> | model properties | <<<$\{any.key\}>>> |
+| <<<*>>> | model properties, such as project properties set in the pom | 
<<<$\{any.key\}>>> |
 *----+------+------+
 | <<<*>>> | Java system properties (see 
{{{http://download.oracle.com/javase/1,5.0/docs/api/java/lang/System.html#getProperties()}JDK
 reference}}) | <<<$\{user.home\}>>>\
  | | <<<$\{java.home\}>>> |


Reply via email to