We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08e7200 commit 80952cdCopy full SHA for 80952cd
src/site/markdown/index.md
@@ -166,11 +166,8 @@ options:
166
167
## Specifying Maven Distribution Base Path
168
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.
+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.
174
175
See https://github.com/takari/maven-wrapper/issues/17
176
0 commit comments