Github user Nakomis commented on the pull request:
https://github.com/apache/incubator-brooklyn/pull/72#issuecomment-49195560
We may need to keep an eye on this. Unfortunately Apache rat uses your
default character encodings to determine if a file is binary (if it's binary,
it's ignored). I've tested the following, which worked, but there may be other
binary files for which the first few bytes are valid character sets for other
encodings. As we find them, we can add exclusions, or as in this case, delete
them
mvn apache-rat:check -Dfile.encoding=en_GB
mvn apache-rat:check -Dfile.encoding=ISO8859_1
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---