Author: aldrin
Date: Mon Dec  4 18:13:32 2017
New Revision: 1817111

URL: http://svn.apache.org/viewvc?rev=1817111&view=rev
Log:
Add build note to quickstart guide

Modified:
    nifi/site/trunk/quickstart.html

Modified: nifi/site/trunk/quickstart.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/quickstart.html?rev=1817111&r1=1817110&r2=1817111&view=diff
==============================================================================
--- nifi/site/trunk/quickstart.html (original)
+++ nifi/site/trunk/quickstart.html Mon Dec  4 18:13:32 2017
@@ -183,6 +183,7 @@ and for the partition(s) of interest add
 You can tweak the maven build settings as you like but the previous command 
will execute with 2 threads per core.</li>
 </ol>
 <p>Now you should have a fully functioning build off the latest codebase.</p>
+<p><em>NOTE</em>:  During development it is not necessary to build the entire 
code base. Typically, in case of a NAR bundle change you can build only the 
particular bundle followed by running <code>mvn -T C2.0 clean install 
-Pdir-only</code> in <code>nifi-assembly</code>.</p>
 <h2 id="running-the-application">Running the application</h2>
 <h4 id="-warning-"><strong> WARNING </strong></h4>
 <p>Without any configuration, the application will run on port 8080 and does 
not require any credentials to modify


Reply via email to