From 8ca2eec906af7fc9d27c920121a81c768357d5e9 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Tue, 20 Oct 2015 09:34:47 -0400 Subject: [PATCH] Revert profile and add comment --- .settings.xml | 56 +++++++++++++++++++++++ docs/src/main/asciidoc/building-base.adoc | 6 +-- 2 files changed, 58 insertions(+), 4 deletions(-) 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