This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-wrapper.git
The following commit(s) were added to refs/heads/master by this push:
new 80952cd Clarify usage of MAVEN_USER_HOME
80952cd is described below
commit 80952cd926da568000d99fe701cc86d935309d2f
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Mon Aug 25 22:21:18 2025 +0200
Clarify usage of MAVEN_USER_HOME
---
src/site/markdown/index.md | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md
index 76aaabe..471a021 100644
--- a/src/site/markdown/index.md
+++ b/src/site/markdown/index.md
@@ -166,11 +166,8 @@ options:
## Specifying Maven Distribution Base Path
-<!--- TODO: check this feature -->
-
-This is a feature of Maven itself. The wrapper just happens to take it into
-account. Simply set `MAVEN_USER_HOME` to the desired path and the wrapper uses
-it as the base of the Maven distro installation.
+Environment variable `MAVEN_USER_HOME` can be set to the path which will be
used by the wrapper as the base of the Maven distro installation.
+By default, the wrapper uses the `$HOME/.m2` as the base directory for
installation.
See https://github.com/takari/maven-wrapper/issues/17