Author: buildbot
Date: Mon Jan  4 23:19:17 2016
New Revision: 977068

Log:
Staging update by buildbot for slider

Modified:
    websites/staging/slider/trunk/content/   (props changed)
    websites/staging/slider/trunk/content/developing/releasing.html

Propchange: websites/staging/slider/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Jan  4 23:19:17 2016
@@ -1 +1 @@
-1722983
+1722985

Modified: websites/staging/slider/trunk/content/developing/releasing.html
==============================================================================
--- websites/staging/slider/trunk/content/developing/releasing.html (original)
+++ websites/staging/slider/trunk/content/developing/releasing.html Mon Jan  4 
23:19:17 2016
@@ -685,16 +685,22 @@ the <code>release.xml</code> release fil
 <p>You can create the <code>release.properties</code> file elsewhere and point 
to it via the
 ant <code>release.properties</code> property option. 
 This would need to be set in <code>build.properties</code> or on the command 
line</p>
-<p>ant -f bin/release.xml -Drelease.properties=~/release.properties</p>
+<div class="codehilite"><pre><span class="n">ant</span> <span 
class="o">-</span><span class="n">f</span> <span class="n">bin</span><span 
class="o">/</span><span class="n">release</span><span class="p">.</span><span 
class="n">xml</span> <span class="o">-</span><span 
class="n">Drelease</span><span class="p">.</span><span 
class="k">properties</span><span class="p">=</span><span 
class="o">~/</span><span class="n">release</span><span class="p">.</span><span 
class="k">properties</span>
+</pre></div>
+
+
 </li>
 </ol>
 <p>It's easier to use a symbolic link here.</p>
 <ol>
-<li>The slider POMs offer different profiles of Hadoop versions to build 
against. The instructions 
-below use the default. If a profile is needed, append it to all the maven 
commands.</li>
-</ol>
-<p>mvn.extra.args=-Prelease-2.8</p>
-<ol>
+<li>
+<p>The slider POMs offer different profiles of Hadoop versions to build 
against. The instructions 
+below use the default. If a profile is needed, append it to all the maven 
commands.</p>
+<div class="codehilite"><pre><span class="n">mvn</span><span 
class="p">.</span><span class="n">extra</span><span class="p">.</span><span 
class="n">args</span><span class="p">=</span><span class="o">-</span><span 
class="n">Prelease</span><span class="o">-</span>2<span class="p">.</span>8
+</pre></div>
+
+
+</li>
 <li>
 <p>If you are not building against a stable Hadoop release</p>
 <ol>


Reply via email to