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/02/02 04:40:38 UTC

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

Author: buildbot
Date: Mon Feb  2 03:40:38 2015
New Revision: 938611

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 Mon Feb  2 03:40:38 2015
@@ -1 +1 @@
-1656383
+1656385

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 Mon Feb  2 03:40:38 2015
@@ -109,9 +109,6 @@
 <h2 id="source-code">Source Code</h2>
 <p>Apache NiFi source code is version controlled using <a href="http://git-scm.com/">Git</a> version control (<a href="https://git-wip-us.apache.org/repos/asf?p=incubator-nifi.git;a=summary">browse</a>|<a href="http://git-wip-us.apache.org/repos/asf/incubator-nifi.git">checkout</a>).  </p>
 <p>The code is also mirrored to <a href="https://github.com/apache/incubator-nifi">Github</a></p>
-<p>The code as it was initially contributed and entered the incubator is on the 'master' branch.</p>
-<p>To view the lastest codebase as we work toward an initial release checkout the 'develop' branch.</p>
-<p>All guidance that follows assumes you are working on the 'develop' branch.</p>
 <h2 id="issue-tracking">Issue Tracking</h2>
 <p>Track issues on the "NIFI" Project on the Apache Jira (<a href="https://issues.apache.org/jira/browse/NIFI">browse</a>).</p>
 <h2 id="building">Building</h2>
@@ -129,11 +126,21 @@
 <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>Build the maven plugins.  In the root dir of the source tree cd to <code>nifi-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>
+<li>You need Apache <a href="http://maven.apache.org/">Maven 3.X</a>. <ul>
+<li>We've successfully used 3.2.3 and as far back as 3.0.5</li>
+</ul>
+</li>
+<li>[OPTIONAL] Build the nifi nar maven plugin.  <ul>
+<li>In the root dir of the source tree cd to <code>nifi-nar-maven-plugin</code>.</li>
+<li>Run <code>mvn clean install</code></li>
+</ul>
+</li>
+<li>Build the main nifi code base.  <ul>
+<li>In the root dir of the source tree cd to <code>nifi</code> </li>
+<li>run <code>mvn -T C2.0 clean install</code></li>
+<li>You can tweak the maven build settings as you like but the previous command will execute with 2 threads per core.</li>
+</ul>
+</li>
 </ol>
 <p>Now you should have a fully functioning build off the latest code in the develop branch.</p>
 <h2 id="running-the-application">Running the application</h2>