Add Maven wrapper

This commit is contained in:
Dave Syer
2015-08-14 10:05:50 +01:00
parent 16cd4b2dd1
commit b05ea6b732

View File

@@ -10,7 +10,7 @@ project you are interested in and typing
$ ./mvnw install
----
NOTE: You can also install Maven (3.3.1) yourself and run the `mvn` command
NOTE: You can also install Maven (>=3.3.3) yourself and run the `mvn` command
in place of `./mvnw` in the examples below. If you do that you also
might need to add `-P spring` if your local Maven settings do not
contain repository declarations for spring pre-release artifacts.