Modified: nifi/site/trunk/quickstart.html
URL: http://svn.apache.org/viewvc/nifi/site/trunk/quickstart.html?rev=1817112&r1=1817111&r2=1817112&view=diff
==============================================================================
--- nifi/site/trunk/quickstart.html (original)
+++ nifi/site/trunk/quickstart.html Mon Dec 4 18:25:02 2017
@@ -183,7 +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>
+<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 -Ddir-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
|