Author: buildbot
Date: Tue Jan 13 03:45:24 2015
New Revision: 936005
Log:
Staging update by buildbot for nifi
Modified:
websites/staging/nifi/trunk/content/ (props changed)
websites/staging/nifi/trunk/content/development/quickstart.html
Propchange: websites/staging/nifi/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Jan 13 03:45:24 2015
@@ -1 +1 @@
-1651271
+1651272
Modified: websites/staging/nifi/trunk/content/development/quickstart.html
==============================================================================
--- websites/staging/nifi/trunk/content/development/quickstart.html (original)
+++ websites/staging/nifi/trunk/content/development/quickstart.html Tue Jan 13
03:45:24 2015
@@ -119,9 +119,8 @@
<h3 id="build-steps">Build steps</h3>
-<p>We're planning on revising these steps, our build process, and tests for
much more deterministic builds. For now, the steps are not automated.</p>
<ol>
-<li>You need a recent Java 7 JDK.</li>
+<li>You need a recent Java 7 (or newer) JDK.</li>
<li>You need Apache <a href="http://maven.apache.org/">Maven 3.X</a>. We've
successfully used 3.2.3 and as far back as 3.0.5</li>
<li>Build the nar maven plugin. In the root dir of the source tree cd to
<code>nar-maven-plugin</code>.
Run <code>mvn clean install</code></li>