You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2014/06/24 22:42:00 UTC

[3/3] git commit: fixed deploySite.sh and removed README.TXT: these are standard instructions

fixed deploySite.sh and removed README.TXT: these are standard
instructions

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

Branch: refs/heads/master
Commit: d6f8f1dacdf277f22c415a02532e701d8698f19c
Parents: 64c3e57
Author: Hervé Boutemy <hb...@apache.org>
Authored: Mon Jun 23 00:11:51 2014 +0200
Committer: Hervé Boutemy <hb...@apache.org>
Committed: Mon Jun 23 00:11:51 2014 +0200

----------------------------------------------------------------------
 README.TXT    | 30 ------------------------------
 deploySite.sh |  3 ++-
 2 files changed, 2 insertions(+), 31 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-indexer/blob/d6f8f1da/README.TXT
----------------------------------------------------------------------
diff --git a/README.TXT b/README.TXT
deleted file mode 100644
index 32ada03..0000000
--- a/README.TXT
+++ /dev/null
@@ -1,30 +0,0 @@
-Deploying web site
-------------------
-You can use the deploySite.sh script
-Without any profile the site will be deployed to http://maven.apache.org/maven-indexer-archives/maven-indexer-${project.version}
-sh ./deploySite.sh -Preporting
-
-To deploy main version http://maven.apache.org/surefire, use
-sh ./deploySite.sh -Preporting -Psite-release
-
-Note you can add arguments to the script to pass your svn credentials:
--Dusername=
--Dpassword=
-
-Workflow for site when releasing
---------------------------------
-Once release staged, you can publish a staged site.
-cd target/checkout
-sh ./deploySite.sh -Preporting
-content will be in http://maven.apache.org/maven-indexer-archives/maven-indexer-${project.version}
-
-If something goes wrong when publishing the site to svnpubsub (like https://jira.codehaus.org/browse/MSCMPUB-6),
-you can avoid rebuilding the site before publishing with
-mvn -Preporting scm-publish:publish-scm
-
-Once vote passed, redeploy main site:
-cd target/checkout (or use the version tag)
-sh ./deploySite.sh -Preporting -Psite-release
-
-
-

http://git-wip-us.apache.org/repos/asf/maven-indexer/blob/d6f8f1da/deploySite.sh
----------------------------------------------------------------------
diff --git a/deploySite.sh b/deploySite.sh
index b6517a2..f6c265d 100644
--- a/deploySite.sh
+++ b/deploySite.sh
@@ -19,4 +19,5 @@
 # under the License.
 #
 
-mvn clean site-deploy scm-publish:publish-scm $@
+mvn -Preporting site site:stage $@
+mvn scm-publish:publish-scm $@