Adding simple README

This commit is contained in:
bdemers 2013-03-04 11:23:45 -05:00 committed by rfscholte
parent a850495296
commit fbcb4e967c
1 changed files with 4 additions and 0 deletions

4
maven-wrapper/README.md Normal file
View File

@ -0,0 +1,4 @@
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'