From c80a234c82bd207bd27d56d0cd2f76d7b6d5d124 Mon Sep 17 00:00:00 2001 From: Roy Clarkson Date: Wed, 3 Jun 2015 15:02:48 -0500 Subject: [PATCH] Specify the settings file when building locally --- docs/src/main/asciidoc/README.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/src/main/asciidoc/README.adoc b/docs/src/main/asciidoc/README.adoc index 11ae320..bdda366 100644 --- a/docs/src/main/asciidoc/README.adoc +++ b/docs/src/main/asciidoc/README.adoc @@ -10,7 +10,7 @@ Since there is no code to compile in the starters they should do not need to com ---- -$ mvn install +$ mvn install -s .settings.xml ---- and to deploy snapshots to repo.spring.io: @@ -32,4 +32,3 @@ $ mvn install -P central -DaltReleaseDeploymentRepository=sonatype-nexus-staging ---- (the "central" profile is available for all projects in Spring Cloud and it sets up the gpg jar signing, and the repository has to be specified separately for this project because it is a parent of the starter parent which users in turn have as their own parent). -