Maven Wrapper Jar
Maven Wrapper Jar downloads Maven distribution if not already in cache, installs it, then launches Maven: Maven distributions installed by Maven Wrapper are stored under ~/.m2/wrapper/dists
by default.
Maven Wrapper is called by mvnw
/mvnw.cmd
scripts that need to be installed in the project source tree and called instead of mvn
/mvn.cmd
.