Author: hboutemy
Date: Sun Sep 18 19:38:45 2011
New Revision: 1172327

URL: http://svn.apache.org/viewvc?rev=1172327&view=rev
Log:
|MNG-5134] moved maven.version and maven.build.version just before Java system 
properties since they are defined (in MavenCli.java) as system property

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=1172327&r1=1172326&r2=1172327&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:38:45 2011
@@ -84,13 +84,9 @@ Maven Model Builder
 <<<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 | |
+<<<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}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\}>>> |
+| <<<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\}>>> |
@@ -99,6 +95,10 @@ Maven Model Builder
 *----+------+------+
 | <<<*>>> | model properties, such as project properties set in the pom | 
<<<$\{any.key\}>>> |
 *----+------+------+
+| <<<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\}>>> |
+*----+------+------+
 | <<<*>>> | 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