Repository: metron Updated Branches: refs/heads/Metron_0.5.0 bc06f71d8 -> 7dad389ee
METRON-1576 bundle.css RAT failure for metron-interface/metron-alerts (justinleet) closes apache/metron#1029 Project: http://git-wip-us.apache.org/repos/asf/metron/repo Commit: http://git-wip-us.apache.org/repos/asf/metron/commit/7dad389e Tree: http://git-wip-us.apache.org/repos/asf/metron/tree/7dad389e Diff: http://git-wip-us.apache.org/repos/asf/metron/diff/7dad389e Branch: refs/heads/Metron_0.5.0 Commit: 7dad389eeb68bbded4a52843ff3ccf56fd1606a5 Parents: bc06f71 Author: justinleet <[email protected]> Authored: Thu May 24 10:15:43 2018 -0400 Committer: leet <[email protected]> Committed: Thu May 24 10:15:43 2018 -0400 ---------------------------------------------------------------------- pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/metron/blob/7dad389e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 7bdf991..75c9a31 100644 --- a/pom.xml +++ b/pom.xml @@ -346,8 +346,7 @@ <!-- 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> - <exclude>dist/styles.f56deed131e58bd7ee04.bundle.css</exclude> + <exclude>dist/styles.*.bundle.css</exclude> <!-- 3rdpartylicenses.txt is an empty file carried along by imported libraries --> <exclude>dist/3rdpartylicenses.txt</exclude> <exclude>e2e/*.js.map</exclude>
