Github user smarthi commented on a diff in the pull request:
https://github.com/apache/incubator-pirk/pull/65#discussion_r75311256
--- Diff: pom.xml ---
@@ -350,6 +350,9 @@
<exclude>docs/*</exclude> <!-- Exclude docs -->
<exclude>logs/*</exclude> <!-- Exclude logs -->
<exclude>**/m2.conf</exclude> <!-- Exclude Maven conf which gets installed on
travis and fails RAT check -->
+
<exclude>src/main/resources/META-INF/bin-license-notice/licenses/*</exclude>
<!-- Exclude licenses files -->
+
<exclude>src/main/resources/META-INF/bin-license-notice/*</exclude>
+
<exclude>src/main/resources/META-INF/*</exclude>
--- End diff --
Replace these 3 lines by a single line
`<exclude>src/main/resources/META-INF/**</exclude>`
---
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.
---