From b05ea6b732458f7a4dbd4ece8ae73fef59c13dc8 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Fri, 14 Aug 2015 10:05:50 +0100 Subject: [PATCH] Add Maven wrapper --- docs/src/main/asciidoc/building-base.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/building-base.adoc b/docs/src/main/asciidoc/building-base.adoc index 9cd3f2b7..f59eb29a 100644 --- a/docs/src/main/asciidoc/building-base.adoc +++ b/docs/src/main/asciidoc/building-base.adoc @@ -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.