Hi, Is there a way to speed up rebuilding the entire Nifi source tree using Maven after making a minor change to a standard processor java source file? I mean, by-passing all the time-consuming unit tests that waste time during the build process and just: 1) rebuild source files that changed, and 2) repackage the final assembly tar.gz file so it can be reinstalled.
I'm not real familiar yet with mvn, so hoping there's a better way to do quick iterative dev cycles. Thanks Rick
