If the problem is the time it takes to run all the tests, you can just skip
them:

mvn clean package -DskipTests

Regards,


XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Esteban Aliverti
- Blog @ http://ilesteban.wordpress.com

On Tue, Sep 1, 2015 at 8:53 AM, Rick Braddy <[email protected]> wrote:

> 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
>

Reply via email to