mirror of https://github.com/apache/maven.git
updated ${maven.build.version} example to show the actual git format
This commit is contained in:
parent
d659d21df1
commit
ef06aab96d
|
@ -107,9 +107,9 @@ Maven Model Builder
|
|||
*----+------+------+
|
||||
| <<<maven.home>>> | The path to the current Maven home. | <<<$\{maven.home\}>>> |
|
||||
*----+------+------+
|
||||
| <<<maven.version>>> | The version number of the current Maven execution <(since 3.0.4)>. For example, "<<<3.0.3>>>". | <<<$\{maven.version\}>>> |
|
||||
| <<<maven.version>>> | The version number of the current Maven execution <(since 3.0.4)>. For example, "<<<3.0.5>>>". | <<<$\{maven.version\}>>> |
|
||||
*----+------+------+
|
||||
| <<<maven.build.version>>> | The full build version of the current Maven execution <(since 3.0.4)>. For example, "<<<Apache Maven 3.0.3 (r1075438; 2011-02-28 11:31:09-0600)>>>". | <<<$\{maven.build.version\}>>> |
|
||||
| <<<maven.build.version>>> | The full build version of the current Maven execution <(since 3.0.4)>. For example, "<<<Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19 14:51:28+0100)>>>". | <<<$\{maven.build.version\}>>> |
|
||||
*----+------+------+
|
||||
| <<<*>>> | Java system properties (see {{{http://download.oracle.com/javase/6/docs/api/java/lang/System.html#getProperties()}JDK reference}}) | <<<$\{user.home\}>>>\
|
||||
| | <<<$\{java.home\}>>> |
|
||||
|
|
Loading…
Reference in New Issue