diff --git a/maven-wrapper/README.md b/maven-wrapper/README.md index 13f9cc67d4..494e83dd2a 100644 --- a/maven-wrapper/README.md +++ b/maven-wrapper/README.md @@ -1,4 +1,11 @@ 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' +For example if you typically run + + $ mvn clean install + +then run + + $ ./mvnw clean install +