more details
Project: http://git-wip-us.apache.org/repos/asf/incubator-curator/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-curator/commit/e291c91f Tree: http://git-wip-us.apache.org/repos/asf/incubator-curator/tree/e291c91f Diff: http://git-wip-us.apache.org/repos/asf/incubator-curator/diff/e291c91f Branch: refs/heads/master Commit: e291c91f2a577bef44fe31f27ceb7ea55d36b72d Parents: 0d967d4 Author: randgalt <[email protected]> Authored: Wed Mar 27 10:09:21 2013 -0700 Committer: randgalt <[email protected]> Committed: Wed Mar 27 10:09:21 2013 -0700 ---------------------------------------------------------------------- src/site/confluence/committers.confluence | 14 +++++--------- 1 files changed, 5 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/e291c91f/src/site/confluence/committers.confluence ---------------------------------------------------------------------- diff --git a/src/site/confluence/committers.confluence b/src/site/confluence/committers.confluence index 5a65067..ed8f496 100644 --- a/src/site/confluence/committers.confluence +++ b/src/site/confluence/committers.confluence @@ -1,14 +1,10 @@ h1. Information/Recipes for Curator Committers -h2. How to Publish the Curator Website - -_Preparation_ +h2. Maven Settings -* Update the Maven settings file: {{~/.m2/settings.xml}} -** Make sure your svn login is set -** Set a chosen directory in the default profile -* Checkout the website svn source to the chosen directory -** {{svn co https://svn.apache.org/repos/asf/incubator/curator/site/trunk}} _chosen-dir_ +Your Maven settings ({{~/.m2/settings.xml}}) file should have the following (note: +{{curator-website-checkout-path}} is used as a temporary path when deploying the Curator +website): {noformat} <settings> @@ -38,7 +34,7 @@ _Preparation_ </settings> {noformat} -_Publishing_ +h2. How to Publish the Curator Website Assuming you have a clean compile/install of Curator, from the root of the Curator directory:
