Hi Markus I think that you might be running an entirely different plugin than you think you are. Please use this on the command line instead:
mvn apache-rat:check Instructions can be found here: http://creadur.apache.org/rat/apache-rat-plugin/usage.html By using the command you wrote about previously, you are running a very, very old version dating back to when Rat was a part of the Mojo project at Codehaus, namely this one: org.codehaus.mojo:rat-maven-plugin:1.0-alpha-3 If you are using Maven 3 the plugin and version being used should show up in the build log. On Thu, Nov 13, 2014 at 9:31 PM, Markus Weimer <[email protected]> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi, > > neither version 0.11 or 0.12-SNAPSHOT changes the outcome for me. > > Markus > > On 2014-11-13 11:23, Dennis Lundberg wrote: >> Hi Markus, >> >> Please try version 0.11, which is the latest version. >> >> Also, if you can, please try the latest 0.12-SNAPSHOT which has had >> some work done on the excludes mechanism. >> >> -- Dennis Lundberg Den 13 nov 2014 19:41 skrev "Markus Weimer" >> <[email protected]>: >> >> Hi, >> >> I wasn't subscribed when I made my 1st post, hence I could only >> read the response on the archive page. Unfortunately, the typo >> wasn't the issue :-( I introduced it when copying things into the >> email. >> >> I just checked out the hadoop code and see the same issue when I >> run `mvn rat:check` on it. So I believe the issue is not related to >> the configuration, but to my setup. Is RAT known to have issues >> with exclusions on Windows? That's my dev environment... >> >> Thanks, >> >> Markus >> >>> >> > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2 > > iQIcBAEBAgAGBQJUZRUHAAoJEOEJzzjJZ6pcqYoP/R2Ik1qoEXjvcZpgexJ8j7rs > mJhkwgSdsOhFL/BQwVlQkBmLSB8JizFzNjS80q3O/jiRMSPZwoVpDAHeMC6kRZbp > gsni6X8+WCtKensxiA16vYXW7BUgve/b4hSDeOUU1zkTPKdEvXcVGMwnqy17d/jv > vnOtt6iYclUxTtiGfBAeLRjxZMJijPby+dm6dV8cQ4Q9FDDwQpGCdrPFDSl2+FPO > X9gPT2TDMcMrJY+eHL1YmkNtEorCFZaU0CjzCtnd9FKVCk+9+G8KChkzv2kpPeHI > PjMagh+I9RpT2W9QddQdnTZf2gCREE5rU+qZm8YcvBCOIvH1nwlTJRw2xIp+DK+G > AT3sfXkFUxb9uM7yPTJXj1iKRfH9p/7HKtjlUlW6w2CiYsCocBk30lzQipf4B1tA > oP0YgeTk/0WiCHjdDhmVTNxLC5Uj8RetVBAM5xOg2SWuQc/eI11lVJJEDFl7I2qZ > 3+7Xxers+Yvol/rzkUeBM61m4unn030FwMj18HYuRt0rvjuB/2YTo/Gu4RG1rfXL > oNuwCdmfx0kP2/PHYZtaJjuCy/1N0Fk6SZw2q/8RCkmdgP4uQckgtxa7DIIj4BLi > nixSs4QALV5Io5hBzfSOJYVA0Bu9v5yUnbE89D0ybbBLcJoY2cxuy/H029AEPe+R > qufP7TtIhM1VdRcbP0DV > =5tOv > -----END PGP SIGNATURE----- -- Dennis Lundberg
