You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by ra...@apache.org on 2013/03/31 05:38:59 UTC

[5/5] git commit: wip

wip


Project: http://git-wip-us.apache.org/repos/asf/incubator-curator/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-curator/commit/daf3518b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-curator/tree/daf3518b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-curator/diff/daf3518b

Branch: refs/heads/master
Commit: daf3518bf0dbe336e01cf7c6bcfbd9e423ac729e
Parents: d69b633
Author: randgalt <ra...@apache.org>
Authored: Sat Mar 30 20:38:41 2013 -0700
Committer: randgalt <ra...@apache.org>
Committed: Sat Mar 30 20:38:41 2013 -0700

----------------------------------------------------------------------
 src/site/confluence/committers.confluence |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/daf3518b/src/site/confluence/committers.confluence
----------------------------------------------------------------------
diff --git a/src/site/confluence/committers.confluence b/src/site/confluence/committers.confluence
index b3452fb..ddd57a5 100644
--- a/src/site/confluence/committers.confluence
+++ b/src/site/confluence/committers.confluence
@@ -1,5 +1,10 @@
 h1. Information/Recipes for Curator Committers
 
+* [Maven Settings|#maven-settings]
+* [How to Publish the Curator Website|#publish-website]
+* [Git Setup|#git-setup]
+
+{anchor:maven-settings}
 h2. Maven Settings
 
 Your Maven settings ({{~/.m2/settings.xml}}) file should have the following (note:
@@ -34,6 +39,7 @@ website):
 </settings>
 {noformat}
 
+{anchor:publish-website}
 h2. How to Publish the Curator Website
 
 Assuming you have a clean compile/install of Curator, from the root of the Curator directory:
@@ -48,6 +54,7 @@ Have a look at the staged site and make sure it's good. Then:
 mvn site-deploy
 {noformat}
 
+{anchor:git-setup}
 h2. Git Setup
 
 Apache has a good guide on how to prepare your environment for interacting with the Curator Git repo: [https://git-wip-us.apache.org/].