add info about using MAVEN_USER_HOME

This commit is contained in:
Manfred Moser 2018-12-17 22:00:36 -08:00 committed by rfscholte
parent 48a9ff399e
commit 0b085006e8
1 changed files with 9 additions and 0 deletions

View File

@ -104,6 +104,15 @@ distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-mav
[1]: https://github.com/takari/takari-maven-plugin
## Specifying Maven Distribution Base Path
This is a feature of Maven itself and 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.
See https://www.lewuathe.com/maven-wrapper-home.html and
https://github.com/takari/maven-wrapper/issues/17
## Developing and Releasing