maven/maven-wrapper
Jason van Zyl d1bfe96618 Use provisio packaging to produce an archive that can be deployed for use in a Maven plugin 2020-05-23 09:55:29 +02:00
..
.mvn/wrapper Use the Maven 3.3.1 startup scripts to account for jvm.config and maven.config 2020-05-23 09:55:28 +02:00
src Use provisio packaging to produce an archive that can be deployed for use in a Maven plugin 2020-05-23 09:55:29 +02:00
.gitignore Formatting 2020-05-23 09:55:23 +02:00
README.md correcting README formatting 2020-05-23 09:55:20 +02:00
mvnw Use the Maven 3.3.1 startup scripts to account for jvm.config and maven.config 2020-05-23 09:55:28 +02:00
mvnw.bat Use the Maven 3.3.1 startup scripts to account for jvm.config and maven.config 2020-05-23 09:55:28 +02:00
pom.xml Use provisio packaging to produce an archive that can be deployed for use in a Maven plugin 2020-05-23 09:55:29 +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