Re: Rat errors building with mvn clean install -Pcontrib-check

2018-03-28 Thread Pierre Villard
A good way to clean the offending files is usually to do: git clean -dn (to just list the files) git clean -df (to actually delete the files) Be sure to check if you're not going to remove not committed work... Pierre 2018-03-27 18:07 GMT+02:00 Otto Fowler : > Ok, that would certainly fit. > Tha

Re: Rat errors building with mvn clean install -Pcontrib-check

2018-03-27 Thread Otto Fowler
Ok, that would certainly fit. Thanks! On March 27, 2018 at 11:30:09, Joe Percivall (jperciv...@apache.org) wrote: Hey Otto, I've run into this before and it's typically due to switching between branches where modules have been added/removed. If you look at the files it's complaining about they

Re: Rat errors building with mvn clean install -Pcontrib-check

2018-03-27 Thread Joe Percivall
Hey Otto, I've run into this before and it's typically due to switching between branches where modules have been added/removed. If you look at the files it's complaining about they're all in a target folder. Those are typically ignored when the maven module is included (i.e. the nifi-hadoop-utils

Rat errors building with mvn clean install -Pcontrib-check

2018-03-27 Thread Otto Fowler
I have a branch on my work where I have been doing processor work. I ran mvn clean install -Pcontrib-check and now I’m getting rat errors for nifi-commons, which I didn’t change at all. As anyone see this? * Summary --- Generated at: 2018-03