Hi, > I did manually run maven rat, but it didn't detect them as there seem to have > been exclusions.
By manually running rat I mean via the command line like so: java -Xms1024m -Xmx1024m -jar ~/Downloads/apache-rat-0.11/apache-rat-0.11.jar (I have a alias setup so I just go “rat") My experience with rat exclusions is that they are sometimes overly inclusive. :-) Thanks, Justin
