Hey guys, I read through the developers guide and am interested in maybe trying my hand at contributing to an OSS project for the first time. I'm pretty interested in Nifi. I've done a good bit of Java programming using Eclipse and Ant for a multi-threaded HTTP proxy-like application that uses Apache NIO and am very good with Git. I guess we used Ant because the guy who originally started the project did it that way and we have very little external jar dependencies so we never really moved to Maven.
Looking at this project, I'm not really sure how to approach setting up a build environment. I'm used to being able to build and run my application in Eclipse and step though code in the debugger, etc, run unit tests from the IDE, that sort of stuff. I cloned Nifi and did the mvn clean build successfully against the nifi-0.3.0-RC1 tag as I believe that would be equivalent to the release I am running. I imported that into Eclipse using the import existing Maven project wizard. There are a LOT of projects. So, I am a bit lost at where to start here. Would anyone kindly step me through how you have your dev environment setup so that I could maybe mirror that and get started? Thanks in advance
