From 326cc33db211e47942ee6b8792f8e2446cced2c4 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Mon, 25 Aug 2025 22:21:18 +0200 Subject: [PATCH] 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 76aaabe8..471a0216 100644 --- a/src/site/markdown/index.md +++ b/src/site/markdown/index.md @@ -166,11 +166,8 @@ options: ## Specifying Maven Distribution Base Path - - -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