You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by bu...@apache.org on 2013/08/08 15:47:09 UTC

svn commit: r873499 - in /websites/staging/directory/trunk/content: ./ mavibot/developer-guide.html

Author: buildbot
Date: Thu Aug  8 13:47:09 2013
New Revision: 873499

Log:
Staging update by buildbot for directory

Modified:
    websites/staging/directory/trunk/content/   (props changed)
    websites/staging/directory/trunk/content/mavibot/developer-guide.html

Propchange: websites/staging/directory/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Aug  8 13:47:09 2013
@@ -1 +1 @@
-1511776
+1511781

Modified: websites/staging/directory/trunk/content/mavibot/developer-guide.html
==============================================================================
--- websites/staging/directory/trunk/content/mavibot/developer-guide.html (original)
+++ websites/staging/directory/trunk/content/mavibot/developer-guide.html Thu Aug  8 13:47:09 2013
@@ -123,6 +123,48 @@
 
 
 <h1 id="mavibot-developers-guide">Mavibot Developers Guide</h1>
+<p>We will describe how to get the code, build it, and release it.</p>
+<div class="toc">
+<ul>
+<li><a href="#mavibot-developers-guide">Mavibot Developers Guide</a><ul>
+<li><a href="#getting-the-source-building-the-trunks">Getting the source, Building the trunks</a><ul>
+<li><a href="#prerequisites-for-building">Prerequisites for building</a></li>
+<li><a href="#maven">Maven</a></li>
+<li><a href="#jdk-7">JDK 7</a></li>
+</ul>
+</li>
+<li><a href="#getting-the-code">Getting the code</a></li>
+<li><a href="#building-the-trunk">Building the trunk</a><ul>
+<li><a href="#building-the-trunk-for-real">Building the trunk, for real</a></li>
+</ul>
+</li>
+<li><a href="#eclipse">Eclipse</a><ul>
+<li><a href="#building-eclipse-files">Building eclipse files</a></li>
+<li><a href="#maven-settings">Maven settings</a></li>
+</ul>
+</li>
+<li><a href="#coding-standards">Coding standards</a></li>
+</ul>
+</li>
+<li><a href="#releasing-mavibot">Releasing Mavibot</a><ul>
+<li><a href="#test-the-project">Test the Project</a></li>
+<li><a href="#deploy-a-snapshot">Deploy a Snapshot</a></li>
+<li><a href="#prepare-the-release">Prepare the Release</a></li>
+<li><a href="#stage-the-release">Stage the Release</a></li>
+<li><a href="#build-the-site">Build the Site</a></li>
+<li><a href="#publish-source-and-binary-distribution-packages">Publish Source and Binary Distribution Packages</a></li>
+<li><a href="#vote">Vote</a></li>
+<li><a href="#release">Release</a></li>
+<li><a href="#deploy-the-javadocs-and-xref">Deploy the Javadocs and XRef</a><ul>
+<li><a href="#staging-or-production">Staging or Production?</a></li>
+</ul>
+</li>
+<li><a href="#update-the-web-site">Update the web site</a></li>
+<li><a href="#inform-the-world">Inform the world !</a></li>
+</ul>
+</li>
+</ul>
+</div>
 <h2 id="getting-the-source-building-the-trunks">Getting the source, Building the trunks</h2>
 <h3 id="prerequisites-for-building">Prerequisites for building</h3>
 <p>You must have installed <strong>Maven 3.0.4</strong> and have a <strong>JDK 7</strong> installed on your computer. A working internet connection is also mandatory, unless you have all the needed dependences and plugins loaded locally.</p>