From 54e291a6522edafe44dad3a5ce473acb009b5780 Mon Sep 17 00:00:00 2001 From: dsyer Date: Mon, 12 Jan 2009 13:24:07 +0000 Subject: [PATCH] Clarify usage of staging profile --- src/site/apt/building.apt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/site/apt/building.apt b/src/site/apt/building.apt index 8f853bac2..4c7ba26c2 100644 --- a/src/site/apt/building.apt +++ b/src/site/apt/building.apt @@ -299,13 +299,13 @@ mvn -N -o site:run -P fast +--- $ mvn install -P fast -$ mvn clean site site:deploy +$ mvn -P staging clean site site:deploy +--- - Add "-P deployment" to deploy to the real website (requires ssh + Remove "-P staging" to deploy to the real website (requires ssh access to static.springframework.org). - The default without -P is to deploy to <<>>, so we + The "-P staging" is to deploy to <<>>, so we don't get accidental updates to the site. To test the site contents navigate with your browser to that directory. The site:stage goal deos not work properly for this build: all the subprojects are not