From f05c14a4964b2b8e4aa5142c958c39ed0f53539f Mon Sep 17 00:00:00 2001 From: yuri1969 <1969yuri1969@gmail.com> Date: Mon, 24 Jul 2017 21:57:29 +0200 Subject: [PATCH] NIFI-4219 - Describe partial builds in Quickstart ... guide --- src/pages/markdown/quickstart.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pages/markdown/quickstart.md b/src/pages/markdown/quickstart.md index e6e67be5b..cc3ee2c9b 100644 --- a/src/pages/markdown/quickstart.md +++ b/src/pages/markdown/quickstart.md @@ -119,6 +119,10 @@ Additional information on system administration and settings can be located in o Now you should have a fully functioning build off the latest codebase. +#### NOTE + +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 `mvn -T C2.0 clean install -Pdir-only` in `nifi-assembly`. + ## Running the application #### ** WARNING **