mirror of https://github.com/apache/maven.git
|MNG-5134] moved maven.version and maven.build.version just before Java system properties since they are defined (in MavenCli.java) as system property
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1172327 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
671f6349f5
commit
18ec56d4a7
|
@ -84,13 +84,9 @@ Maven Model Builder
|
||||||
<<<pom.basedir>>> (<deprecated>) | the directory containing the <<<pom.xml>>> file | <<<$\{project.basedir\}>>> |
|
<<<pom.basedir>>> (<deprecated>) | the directory containing the <<<pom.xml>>> file | <<<$\{project.basedir\}>>> |
|
||||||
*----+------+------+
|
*----+------+------+
|
||||||
| <<<project.baseUri>>>\
|
| <<<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\}>>> |
|
| <<<settings.*>>> | Local user settings (see {{{../maven-settings/settings.xml/settings.html}settings 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>>>\
|
| <<<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\}>>> |
|
<<<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\}>>> |
|
| <<<*>>> | 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 system properties (see {{{http://download.oracle.com/javase/1,5.0/docs/api/java/lang/System.html#getProperties()}JDK reference}}) | <<<$\{user.home\}>>>\
|
||||||
| | <<<$\{java.home\}>>> |
|
| | <<<$\{java.home\}>>> |
|
||||||
*----+------+------+
|
*----+------+------+
|
||||||
|
|
Loading…
Reference in New Issue