RAT check failure

2018-03-10 Thread Mark Bean
I attempted to run 'mvn -Pcontrib-chewck clean install' prior to submitting a PR. It fails with the following RAT checks. (Note: this occurs on master as well, so it is nothing introduced by my changes.) [INFO] Enabled default license matchers. [INFO] Will parse SCM ignores for exclusions... [INFO

Re: RAT check failure

2018-03-10 Thread Michael Moser
Hi Mark, Try to do a "mvn clean -Pinclude-grpc" first, then do your "mvn -Pcontrib-check install". By default the nifi-grpc-bundle is not included in any phase of the maven build. You have probably built nifi-grpc-bundle in the past in your workspace. -- Mike On Sat, Mar 10, 2018 at 12:13 PM,

Re: RAT check failure

2018-03-11 Thread Mark Bean
Thanks Mike. That did the trick! -Mark On Sat, Mar 10, 2018 at 8:52 PM, Michael Moser wrote: > Hi Mark, > > Try to do a "mvn clean -Pinclude-grpc" first, then do your "mvn > -Pcontrib-check install". > > By default the nifi-grpc-bundle is not included in any phase of the maven > build. You hav