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
