maven/maven-wrapper
Jason van Zyl a84a48feb2 Use the now standard .mvn directory 2020-06-21 11:17:01 +02:00
..
.mvn/wrapper Use the now standard .mvn directory 2020-06-21 11:17:01 +02:00
src Make sure the maven.multiModuleProjectDirectory envar is set for proper 3.3.1+ execution 2020-06-21 11:16:58 +02:00
.gitignore Formatting 2020-06-21 11:16:57 +02:00
README.md correcting README formatting 2020-06-21 11:16:54 +02:00
mvnw Use the now standard .mvn directory 2020-06-21 11:17:01 +02:00
mvnw.bat Use the now standard .mvn directory 2020-06-21 11:17:01 +02:00
pom.xml A copy of the gradle wrapper ported for use with maven 2020-06-21 11:16:52 +02:00

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