Author: hboutemy
Date: Sun Sep 18 19:48:52 2011
New Revision: 1172331

URL: http://svn.apache.org/viewvc?rev=1172331&view=rev
Log:
|MNG-5134] moved settings.* to the end of the list since it is not even 
evaluated during POM interpolation, but only written here for reference

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=1172331&r1=1172330&r2=1172331&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 
19:48:52 2011
@@ -86,8 +86,6 @@ Maven Model Builder
 | <<<project.baseUri>>>\
 <<<pom.baseUri>>> (<deprecated>) | the directory containing the <<<pom.xml>>> 
file as URI | <<<$\{project.baseUri\}>>> |
 *----+------+------+
-| <<<settings.*>>> | Local user settings (see 
{{{../maven-settings/settings.xml/settings.html}settings reference}}) | 
<<<$\{settings.localRepository\}>>> |
-*----+------+------+
 | <<<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\}>>> |
 *----+------+------+
@@ -95,7 +93,7 @@ Maven Model Builder
 *----+------+------+
 | <<<*>>> | model properties, such as project properties set in the pom | 
<<<$\{any.key\}>>> |
 *----+------+------+
-| <<<maven.home>>> | The path to the current Maven execution. | 
<<<$\{maven.home\}>>> |
+| <<<maven.home>>> | The path to the current Maven home. | 
<<<$\{maven.home\}>>> |
 *----+------+------+
 | <<<maven.version>>> | The version number of the current Maven execution. For 
example, "<<<3.0.3>>>". | <<<$\{maven.version\}>>> |
 *----+------+------+
@@ -107,6 +105,8 @@ Maven Model Builder
 | <<<env.*>>>\
 <<<*>>> | environment variables | <<<$\{env.PATH\}>>> |
 *----+------+------+
+| <<<settings.*>>> | Local user settings (see 
{{{../maven-settings/settings.xml/settings.html}settings reference}}) | 
<<<$\{settings.localRepository\}>>> |
+*----+------+------+
 
   Notice that after model interpolation, <<<$\{...\}>>> content can remain in 
the model that will be evaluated later
   when setting plugin parameters. This happens in particular with 
<<<settings.*>>> values for


Reply via email to