From 67f003588579619902421ab2ecdc2d9ce68ae896 Mon Sep 17 00:00:00 2001 From: Spencer Gibb Date: Fri, 4 Sep 2015 09:40:38 -0600 Subject: [PATCH] update README from sources --- README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 3fe8d119..5977475e 100644 --- a/README.adoc +++ b/README.adoc @@ -64,7 +64,7 @@ https://github.com/spring-cloud-samples/scripts[scripts demo repository] for specific instructions about the common cases of mongo, rabbit and redis. -NOTE: migration to the Maven wrapper (`.mvnw`) is underway. If you +NOTE: migration to the Maven wrapper (`./mvnw`) is underway. If you find a project that doesn't have it yet, raise an issue to get it added, and build with the command from `.travis.yml` (usually `mvn install -s .settings.xml`). @@ -95,7 +95,7 @@ marketplace". Unfortunately m2e does not yet support Maven 3.3, so once the projects are imported into Eclipse you will also need to tell m2eclipse to use the `.settings.xml` file for the projects. If you do not do this you -may see errors many different errors related to the POMs in the +may see many different errors related to the POMs in the projects. Open your Eclipse preferences, expand the Maven preferences, and select User Settings. In the User Settings field click Browse and navigate to the Spring Cloud project you imported