Clarify usage of staging profile

This commit is contained in:
dsyer
2009-01-12 13:24:07 +00:00
parent d883187f1e
commit 54e291a652

View File

@@ -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 <<<target/staging>>>, so we
The "-P staging" is to deploy to <<<target/staging>>>, 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