Updated Branches:
  refs/heads/master 01518a381 -> d65f9fc5c

fix doc to deploy website


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/d65f9fc5
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/d65f9fc5
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/d65f9fc5

Branch: refs/heads/master
Commit: d65f9fc5c7ffa93caa9ae15b70d40070a5286478
Parents: 01518a3
Author: olivier lamy <ol...@apache.org>
Authored: Wed Dec 12 21:47:49 2012 +0100
Committer: olivier lamy <ol...@apache.org>
Committed: Wed Dec 12 21:47:49 2012 +0100

----------------------------------------------------------------------
 README.TXT |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/d65f9fc5/README.TXT
----------------------------------------------------------------------
diff --git a/README.TXT b/README.TXT
index 663cb99..3a57243 100644
--- a/README.TXT
+++ b/README.TXT
@@ -6,13 +6,12 @@ But in order to test it tests you can do:
 Deploying web site
 -------------------
 You can use the script deploySite.sh
-Without any profile the site will be deploy to 
http://maven.apache.org/surefire-${project.version}
+Without any profile the site will be deploy to 
http://maven.apache.org/surefire-archives/surefire-${project.version}
 sh ./deploySite.sh -Preporting
-Don't miss to add surefire-${project.version} in extpaths file
 
 To deploy main version http://maven.apache.org/surefire
 Use
-sh ./deploySite.sh -Preporting site-release
+sh ./deploySite.sh -Preporting -P site-release
 
 Note you can add arguments to the script to pass your svn credentials:
 -Dusername=

Reply via email to