Github user steveblackmon commented on a diff in the pull request:
https://github.com/apache/incubator-streams/pull/321#discussion_r85184214
--- Diff: pom.xml ---
@@ -235,6 +235,7 @@
<exclude>.gitignore</exclude>
<exclude>.git/**</exclude>
<exclude>.idea/**</exclude>
+ <exclude>.java-version</exclude>
--- End diff --
it's fine to mark this to exclude manually, but the real problem is that
by-products of build / test fall under apache-rat:check at all.
what if instead we bind apache-rat:check to validate phase globally in the
master pom?
---
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.
---