You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/12/11 23:15:19 UTC

[2/2] git commit: readme for site deployment

readme for site deployment


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

Branch: refs/heads/master
Commit: c45c7b12cd68750d6f7df4c05dbc8d2a7b4f909a
Parents: 5ba5bac
Author: olivier lamy <ol...@apache.org>
Authored: Tue Dec 11 23:14:16 2012 +0100
Committer: olivier lamy <ol...@apache.org>
Committed: Tue Dec 11 23:15:13 2012 +0100

----------------------------------------------------------------------
 README.TXT |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/c45c7b12/README.TXT
----------------------------------------------------------------------
diff --git a/README.TXT b/README.TXT
index 573fe5a..663cb99 100644
--- a/README.TXT
+++ b/README.TXT
@@ -3,3 +3,18 @@ But in order to test it tests you can do:
 * -DmavenHomeUsed= path to a maven 2.x home
 * or -Pmaven-2.2.1 this profile will download a maven 2.2.1 distrib and use it for integration tests.
 
+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}
+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
+
+Note you can add arguments to the script to pass your svn credentials:
+-Dusername=
+-Dpassword=
+