Re: Fastest way to rebuild after changing processor

2015-09-01 Thread Esteban Aliverti
If the problem is the time it takes to run all the tests, you can just skip
them:

mvn clean package -DskipTests

Regards,




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

On Tue, Sep 1, 2015 at 8:53 AM, Rick Braddy  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
>


Source code for Version 0.3.0

2015-09-21 Thread Esteban Aliverti
Hi there,
I want to give v. 0.3.0 a try and I would like to know where the source
code for that version is.
Right now, master has 0.3.1-SNAPSHOT version. I noticed there is a
nifi-0.3.0-RC1
<https://git1-us-west.apache.org/repos/asf?p=nifi.git;a=commit;h=2ec735e35025fed3c63d51128ec0609ffe1fa7e3>
tag
that has 0.3.0 version in its poms. Should I use 0.3.0-RC1 then? Is this
branch already frozen? It will be any other branch for 0.3.0 final?

Regards,



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


Re: Source code for Version 0.3.0

2015-09-21 Thread Esteban Aliverti
Thanks!




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

On Mon, Sep 21, 2015 at 12:21 PM, Joe Witt  wrote:

> Esteban
>
> The tag you mention is the correct tag for the 0.3.0 source.
>
> Thanks
> Joe
> On Sep 21, 2015 4:43 AM, "Esteban Aliverti" 
> wrote:
>
> > Hi there,
> > I want to give v. 0.3.0 a try and I would like to know where the source
> > code for that version is.
> > Right now, master has 0.3.1-SNAPSHOT version. I noticed there is a
> > nifi-0.3.0-RC1
> > <
> >
> https://git1-us-west.apache.org/repos/asf?p=nifi.git;a=commit;h=2ec735e35025fed3c63d51128ec0609ffe1fa7e3
> > >
> > tag
> > that has 0.3.0 version in its poms. Should I use 0.3.0-RC1 then? Is this
> > branch already frozen? It will be any other branch for 0.3.0 final?
> >
> > Regards,
> >
> > 
> >
> > Esteban Aliverti
> > - Blog @ http://ilesteban.wordpress.com
> >
>