Skip to content

Commit

Permalink
(doc) [MNGSITE-353]: Document maven.repo.local property
Browse files Browse the repository at this point in the history
  • Loading branch information
AElMehdi committed Jul 4, 2019
1 parent 3d76fae commit b6c92b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions maven-model-builder/src/site/apt/index.apt
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@ Maven Model Builder
*----+------+------+
| <<<maven.build.version>>> | The full build version of the current Maven execution <(since 3.0.4)>. For example, "<<<Apache Maven 3.2.2 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19T14:51:28+01:00)>>>". | <<<$\{maven.build.version\}>>> |
*----+------+------+
| <<<maven.repo.local>>> | The repository on the local machine Maven should use to store downloaded artifacts (jars etc). | <<<$\{${user.home}/.m2/repository\}>>> |
*----+------+------+
| <<<*>>> | Java system properties (see {{{http://download.oracle.com/javase/6/docs/api/java/lang/System.html#getProperties()}JDK reference}}) | <<<$\{user.home\}>>>\
| | <<<$\{java.home\}>>> |
*----+------+------+
Expand Down

0 comments on commit b6c92b2

Please sign in to comment.