[maven-release-plugin]  copy for tag maven-wrapper-0.1.2
[maven-release-plugin] prepare release maven-wrapper-0.1.2
1 file changed
tree: 988870d9ee8d664993f4964240713d94bf22168f
  1. .mvn/
  2. src/
  3. .gitignore
  4. mvnw
  5. mvnw.bat
  6. pom.xml
  7. README.md
README.md

This is a copy of the gradle wrapper ported for use with maven.

To run this build as an example run the ‘mvnw’ script at the root of this repo as you would normally run ‘mvn’ For example if you typically run

$ mvn clean install

then run

$ ./mvnw clean install