I want to thank everyone who alerted that the build process was in need of serious improvement and who provided suggestions and contribs on how to do so.
NIFI-169 was the first major pass at this and it was to move to a single maven build structure. We unfortunately fell slightly short of a single command because Maven will not allow you to build plugins with extension support required in the event that the same plugin will be used in the same reactor build. So it is two parts. And we could probably get it down to one with a little trickeration eventually. But in any event with the nar plugin built already and everything else already cleaned the build can now be done in as little as 3 minutes!!! [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:52 min (Wall Clock) [INFO] Finished at: 2014-12-16T23:20:02-05:00 [INFO] Final Memory: 141M/478M [INFO] ------------------------------------------------------------------------ That is in comparison to the 20-30 minutes it was before. Awesome! Thanks Joe
