Repository: metron Updated Branches: refs/heads/master 7768ff673 -> ccb5a0bdd
METRON-1163 RAT failures for metron-interface/metron-alerts closes apache/incubator-metron#743 Project: http://git-wip-us.apache.org/repos/asf/metron/repo Commit: http://git-wip-us.apache.org/repos/asf/metron/commit/ccb5a0bd Tree: http://git-wip-us.apache.org/repos/asf/metron/tree/ccb5a0bd Diff: http://git-wip-us.apache.org/repos/asf/metron/diff/ccb5a0bd Branch: refs/heads/master Commit: ccb5a0bdd4cb7d04c0d1f23359215ffb643774b5 Parents: 7768ff6 Author: mattf-horton <[email protected]> Authored: Fri Sep 8 20:27:32 2017 -0400 Committer: cstella <[email protected]> Committed: Fri Sep 8 20:27:32 2017 -0400 ---------------------------------------------------------------------- pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/metron/blob/ccb5a0bd/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ad97f58..6e92772 100644 --- a/pom.xml +++ b/pom.xml @@ -341,8 +341,12 @@ <!-- ACE editor assets are covered in the metron-config NOTICE file --> <exclude>**/src/assets/ace/**</exclude> <exclude>dist/assets/ace/**</exclude> - <!-- Generated svg containing Font Awesome fonts are covered in the metron-config README and NOTICE file --> + <!-- Generated svg and bundle.css containing Font Awesome fonts are covered in the + metron-interface/metron-config README and NOTICE files --> <exclude>dist/*.svg</exclude> + <exclude>dist/styles.a0b6b99c10d9a13dc67e.bundle.css</exclude> + <!-- 3rdpartylicenses.txt is an empty file carried along by imported libraries --> + <exclude>dist/3rdpartylicenses.txt</exclude> <exclude>e2e/*.js.map</exclude> <!-- Checkstyle is LGPL. We derive ours from their base, but don't ship it, so it's fine use.
