You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by bu...@apache.org on 2015/01/18 20:59:48 UTC

svn commit: r936679 - in /websites/staging/nifi/trunk/content: ./ development/quickstart.html

Author: buildbot
Date: Sun Jan 18 19:59:48 2015
New Revision: 936679

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 Sun Jan 18 19:59:48 2015
@@ -1 +1 @@
-1652824
+1652842

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 Sun Jan 18 19:59:48 2015
@@ -121,7 +121,7 @@
 <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>Build the maven plugins.  In the root dir of the source tree cd to <code>maven-plugins</code>.
+<li>Build the maven plugins.  In the root dir of the source tree cd to <code>nar-maven-plugin</code>.
    Run <code>mvn clean install</code></li>
 <li>Build the entire code base.  In the root dir of the source tree cd to <code>nifi</code> and run <code>mvn -T C2.0 clean install</code>
    You can tweak the maven build settings as you like but the previous command will execute with 2 threads per core.</li>