Sagar, We separated each into their own repository to simplify the process for folks building for the first time. Also, during this process we've removed the develop branch and moved development onto master. Can you verify that you tried to build using a fresh clone of the repository? It should have moved all the files around appropriately but any local changes would need to be address manually. Also, you probably would have needed to run a git clean. Also can you verify that you were on the master branch?
Thanks! Matt On Wed, Sep 9, 2015 at 12:39 AM, sagar gaikwad <[email protected]> wrote: > Looks like your code repository has changes. I dont see nifi-parent > directory > anymore. Also I checked the install instructions on your web page. It only > has 3 steps. set up jdk, set up maven and build the entire project. > > I get the following error when I try to build the entire project. I have > used vagrant to set up an ubuntu machine, clone code from github, set up > maven and jdk. > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-remote-resources-plugin:1.5:process > (default) > on project nifi: Error finding remote resources manifests: > /home/vagrant/nifi/target/maven-shared-archive-resources/META-INF/NOTICE > (No > such file or directory) -> [Help 1] > [ERROR] > [ERROR] To see the full stack trace of the errors, re-run Maven with the -e > switch. > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > [ERROR] > [ERROR] For more information about the errors and possible solutions, > please > read the following articles: > [ERROR] [Help 1] > http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException > > > > > > > > > -- > View this message in context: > http://apache-nifi-developer-list.39713.n7.nabble.com/nifi-error-tp2240p2721.html > Sent from the Apache NiFi Developer List mailing list archive at > Nabble.com. >
