Hi Aaron,
Can you please run rat check with -X switch. What is the value for property
<useDefaultExcludes
default-value="true">${rat.useDefaultExcludes}</useDefaultExcludes>
if this is true then rat plugin should exclude scm directories like
.git and .svn.Regards, Gagan On Sat, Jun 8, 2013 at 6:04 PM, Aaron McCurry <[email protected]> wrote: > I'm trying to run mvn rat:check at the root of Blur and it performs the > scan, but it's scanning the .git directory as well. So it's reporting > 3000+ files that don't have lisenses, etc. > > I have tried: > > 1. Adding to following to the excludes list: "**/.git/**", ".git/**", > ".git", and probably others. > 2. I have also tried running it with 0.9 rat (that's was suppose to have > fixed this problem) and it's still behaves the same way. > > Any ideas? > > Aaron
