maven/maven-wrapper
bdemers e210666f94 Adding simple README 2020-05-23 09:55:19 +02:00
..
maven/wrapper A copy of the gradle wrapper ported for use with maven 2020-05-23 09:55:18 +02:00
src A copy of the gradle wrapper ported for use with maven 2020-05-23 09:55:18 +02:00
.gitignore A copy of the gradle wrapper ported for use with maven 2020-05-23 09:55:18 +02:00
README.md Adding simple README 2020-05-23 09:55:19 +02:00
mvnw A copy of the gradle wrapper ported for use with maven 2020-05-23 09:55:18 +02:00
mvnw.bat A copy of the gradle wrapper ported for use with maven 2020-05-23 09:55:18 +02:00
pom.xml A copy of the gradle wrapper ported for use with maven 2020-05-23 09:55:18 +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'