Github user david-streamlio commented on the issue:
https://github.com/apache/nifi/pull/2882
@joewitt So the build doesn't work for you locally? I am able to build it
locally.
The latest commit was trying suggestion number 2 from the following wiki
page that is given in the build output:
https://cwiki.apache.org//confluence/display/MAVEN/ProjectBuildingException
https://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
"You intent to use a parent POM from the local filesystem but Maven didn't
use that. Please verify that the <relativePath> element in the child is
properly set and that the POM at that location has actually the version you
want to use."
---