You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2019/07/06 16:16:47 UTC

[maven] branch master updated: [MNG-6701] Document maven.repo.local property

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/master by this push:
     new 8da81ce  [MNG-6701] Document maven.repo.local property
8da81ce is described below

commit 8da81ce73ca9cdeebbd89ecb1bb04556a19e46e8
Author: AElMehdi <as...@gmail.com>
AuthorDate: Tue Jun 18 15:45:54 2019 +0200

    [MNG-6701] Document maven.repo.local property
    
    This closes #265
---
 maven-model-builder/src/site/apt/index.apt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/maven-model-builder/src/site/apt/index.apt b/maven-model-builder/src/site/apt/index.apt
index 3895e5c..e18ad9d 100644
--- a/maven-model-builder/src/site/apt/index.apt
+++ b/maven-model-builder/src/site/apt/index.apt
@@ -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 shall use to store installed and downloaded artifacts (POMs, 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\}>>> |
 *----+------+------+