Re: [ALL] Commons Parent RAT check: change to verify phase?

2020-08-03 Thread Rob Tompkins
Indifferent. Though, I personally like forcing as much of the build/validation into the developer’s machine in a default way as possible. :-p -Rob > On Aug 3, 2020, at 9:51 AM, Gary Gregory wrote: > > I think it is also fine to not force feed it in a component's Maven > lifecycle as long as it

Re: [ALL] Commons Parent RAT check: change to verify phase?

2020-08-03 Thread Gary Gregory
I think it is also fine to not force feed it in a component's Maven lifecycle as long as it is listed in the defaultGoal element for that POM. Maybe that would make a POM slightly less unwieldy. Gary On Mon, Aug 3, 2020 at 9:37 AM sebb wrote: > RAT is currently run during the validate phase, w

[ALL] Commons Parent RAT check: change to verify phase?

2020-08-03 Thread sebb
RAT is currently run during the validate phase, which is very early in the cycle. I think that is a nuisance, as it gets in the way of local testing. Any new file has to have an AL header, or you have to remember to use -Drat.skip. This makes it harder to use test cases, e.g. provided in bug repor