Author: mcgilman
Date: Sun Aug 23 16:40:14 2015
New Revision: 1697219
URL: http://svn.apache.org/r1697219
Log:
Updating the minimum version of Maven
Modified:
nifi/site/trunk/quickstart.html
Modified: nifi/site/trunk/quickstart.html
URL:
http://svn.apache.org/viewvc/nifi/site/trunk/quickstart.html?rev=1697219&r1=1697218&r2=1697219&view=diff
==============================================================================
--- nifi/site/trunk/quickstart.html (original)
+++ nifi/site/trunk/quickstart.html Sun Aug 23 16:40:14 2015
@@ -156,7 +156,7 @@ and for the partition(s) of interest add
<h3 id="build-steps">Build steps</h3>
<ol>
<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>You need Apache <a href="http://maven.apache.org/">Maven 3.1.0</a> or
newer.</li>
<li>Ensure your MAVEN_OPTS provides sufficient memory. Some build steps are
fairly memory intensive<ul>
<li>These settings have worked well <code>MAVEN_OPTS="-Xms1024m -Xmx3076m
-XX:MaxPermSize=256m"</code></li>
</ul>