Closed gzm55 closed 4 years ago
This project is essentially frozen for development and new efforts are ongoing in the Apache Maven project itself. We therefore close this PR. Please find more information at https://github.com/takari/maven-wrapper#ongoing-migration-to-apache-maven and participate in the development there.
Now wrapper guesses the maven user home location via system props, system envs and at last the default location (
~/.m2
). This order is the convention of the gradle. For maven, user home has a fixed location, i.e.~/.m2
.For wrapper, we can still use
zipBase
anddistributionBase
to directly custom the location of the downloaded and installed artifacts.Moved to https://github.com/apache/maven/pull/354