maven/maven-wrapper/README.md

12 lines
275 B
Markdown
Raw Normal View History

2013-03-04 11:23:45 -05:00
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'
2013-03-04 11:24:48 -05:00
For example if you typically run
$ mvn clean install
then run
$ ./mvnw clean install