From fbcb4e967c8a0705a93d8bfa25b0e29888ec6737 Mon Sep 17 00:00:00 2001 From: bdemers Date: Mon, 4 Mar 2013 11:23:45 -0500 Subject: [PATCH] Adding simple README --- maven-wrapper/README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 maven-wrapper/README.md diff --git a/maven-wrapper/README.md b/maven-wrapper/README.md new file mode 100644 index 0000000000..13f9cc67d4 --- /dev/null +++ b/maven-wrapper/README.md @@ -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'