wrapper
Maven Wrapper
Allows you to ship your code with a means of installing maven, without having it on your machine. This allows ease of development with the same maven version.
https://reflectoring.io/maven-wrapper/
commands
mvn wrapper:wrapper
Then to use any maven commands use ./mvnw
instead of mvn#
Last updated