Hey Guys,

I've downloaded a large open-source project (Nifi) that I would like to contribute towards. As a first step, I attempted to build the entire project with:

> mvn install

After about 1/2 hours work, maven stopped with a complaint about a failed test. I commented out the failed test so I could continue with the build. When I attempted to execute "mvn install" from the root directory of the failed sub-project, I got a tonne of failed dependencies warnings and then maven failed. Is it possible to resume maven from where it failed?