mirror of https://github.com/apache/maven.git
Improvements to model interpolation docs related to available properties.
Issue id: MNG-5134 git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1172314 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c7c79e1f1a
commit
671f6349f5
|
@ -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\}>>> |
|
||||
|
|
Loading…
Reference in New Issue