Hey Joe, I was running into similar error as Dattu . I followed your steps git checkout develop
Please be sure to build in the following order: cd ./nifi-parent mvn clean install I run into a different error while trying to build nifi-nar-maven-plugin mvn clean install Error Start : Failed to execute goal org.apache.maven.plugins:maven-remote-resources-plugin:1.5:process (default) on project nifi-nar-maven-plugin:Error finding remote resources manifests: /home/vagrant/nifi/nifi-nar-maven-plugin/target/maven-shared-archive-resources/META-INF/NOTICE Error End: I noticed that the TARGET directory is not created in the nar folder. Also noticed the relative path in the POM file was not set up. It was throwing NIFI project not found error. I fixed that to point it to the parent directory and now I am getting the above-stated error. Sagar Gaikwad -- View this message in context: http://apache-nifi-incubating-developer-list.39713.n7.nabble.com/nifi-error-tp2240p2251.html Sent from the Apache NiFi (incubating) Developer List mailing list archive at Nabble.com.
