Github user cestella commented on a diff in the pull request: https://github.com/apache/incubator-metron/pull/489#discussion_r109168190 --- Diff: pom.xml --- @@ -274,7 +274,13 @@ <exclude>**/hbase/data/**</exclude> <exclude>**/kafkazk/data/**</exclude> <exclude>**/wait-for-it.sh</exclude> - <exclude>**/*.out</exclude> + <exclude>**/*.out</exclude> + <exclude>node_modules/**</exclude> + <exclude>node/**</exclude> --- End diff -- Can we make these a bit less broad? Maybe only have these run inside of specific directories?
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---