Repository: nifi-site Updated Branches: refs/heads/master 25d12ccbe -> 4f4cfb9e3
NIFI-4219 - Describe partial builds in Quickstart guide This closes #21. Signed-off-by: Aldrin Piri <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/nifi-site/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-site/commit/4f4cfb9e Tree: http://git-wip-us.apache.org/repos/asf/nifi-site/tree/4f4cfb9e Diff: http://git-wip-us.apache.org/repos/asf/nifi-site/diff/4f4cfb9e Branch: refs/heads/master Commit: 4f4cfb9e3f6d6b65cffbefdcd92d7867951dafe9 Parents: 25d12cc Author: yuri1969 <[email protected]> Authored: Mon Jul 24 21:57:29 2017 +0200 Committer: Aldrin Piri <[email protected]> Committed: Mon Dec 4 13:12:15 2017 -0500 ---------------------------------------------------------------------- src/pages/markdown/quickstart.md | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi-site/blob/4f4cfb9e/src/pages/markdown/quickstart.md ---------------------------------------------------------------------- diff --git a/src/pages/markdown/quickstart.md b/src/pages/markdown/quickstart.md index e6e67be..a055108 100644 --- a/src/pages/markdown/quickstart.md +++ b/src/pages/markdown/quickstart.md @@ -119,6 +119,8 @@ 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 **
