diff --git a/.settings.xml b/.settings.xml
index b3358a1e..6c355129 100644
--- a/.settings.xml
+++ b/.settings.xml
@@ -7,4 +7,60 @@
${env.CI_DEPLOY_PASSWORD}
+
+
+
+ spring
+ true
+
+
+ spring-snapshots
+ Spring Snapshots
+ http://repo.spring.io/libs-snapshot-local
+
+ true
+
+
+
+ spring-milestones
+ Spring Milestones
+ http://repo.spring.io/libs-milestone-local
+
+ false
+
+
+
+ spring-releases
+ Spring Releases
+ http://repo.spring.io/release
+
+ false
+
+
+
+
+
+ spring-snapshots
+ Spring Snapshots
+ http://repo.spring.io/libs-snapshot-local
+
+ true
+
+
+
+ spring-milestones
+ Spring Milestones
+ http://repo.spring.io/libs-milestone-local
+
+ false
+
+
+
+
+
diff --git a/docs/src/main/asciidoc/building-base.adoc b/docs/src/main/asciidoc/building-base.adoc
index b2ae4507..e23d43a4 100644
--- a/docs/src/main/asciidoc/building-base.adoc
+++ b/docs/src/main/asciidoc/building-base.adoc
@@ -37,10 +37,8 @@ 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
-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`).
+NOTE: If all else fails, build with the command from `.travis.yml` (usually
+`./mvnw install`).
=== Documentation