Skip to content

Commit 80952cd

Browse files
Clarify usage of MAVEN_USER_HOME
1 parent 08e7200 commit 80952cd

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/site/markdown/index.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,8 @@ options:
166166

167167
## Specifying Maven Distribution Base Path
168168

169-
<!--- TODO: check this feature -->
170-
171-
This is a feature of Maven itself. The wrapper just happens to take it into
172-
account. Simply set `MAVEN_USER_HOME` to the desired path and the wrapper uses
173-
it as the base of the Maven distro installation.
169+
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.
170+
By default, the wrapper uses the `$HOME/.m2` as the base directory for installation.
174171

175172
See https://github.com/takari/maven-wrapper/issues/17
176173

0 commit comments

Comments
 (0)