> On Jan 8, 2019, at 9:43 PM, Thiruvalluvan MG <[email protected]> > wrote: > > - Add these four files as excluded files in top-level pom.xml > > - Rename them to match the patterns already excluded and change code to use > the new names > > The reason you don't see the error is that Jenkins runs maven at top level > with rat profile (-Prat). Try "mvn -Prat package" at top level. >
The issue is that if I run it on my Avro checkout, it passes: dkulp@DanielsMBP ~/working/avro $ mvn -Prat package ……. [INFO] --- apache-rat-plugin:0.13:check (default) @ avro-toplevel --- [INFO] Enabled default license matchers. [INFO] Will parse SCM ignores for exclusions... [INFO] Parsing exclusions from /Users/dkulp/working/avro/.gitignore [INFO] Finished adding exclusions from SCM ignore files. [INFO] 76 implicit excludes (use -debug for more details). [INFO] 91 explicit excludes (use -debug for more details). [INFO] 1253 resources included (use -debug for more details) [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1180 licenses. That’s partially why I’m completely confused. I have no problem adding excludes for the four files, but I’m really concerned as to why I cannot reproduce the failure. Dan
