Github user david-streamlio commented on the issue:
https://github.com/apache/nifi/pull/2882
As a sanity check I did the following on my local MacBook, and was able to
build NiFi successfully from my branch:
cd /tmp
git clone [email protected]:david-streamlio/nifi.git
cd nifi/
git checkout NIFI-4914
mvn clean install -DskipTests
...
[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 09:48 min
[INFO] Finished at: 2018-11-16T12:45:01-08:00
[INFO] Final Memory: 318M/1815M
[INFO]
------------------------------------------------------------------------
---