Repository: metron Updated Branches: refs/heads/master 548617185 -> e9729269d
METRON-1338 Rat Check Should Ignore Vagrant Retry Files (nickwallen) closes apache/metron#855 Project: http://git-wip-us.apache.org/repos/asf/metron/repo Commit: http://git-wip-us.apache.org/repos/asf/metron/commit/e9729269 Tree: http://git-wip-us.apache.org/repos/asf/metron/tree/e9729269 Diff: http://git-wip-us.apache.org/repos/asf/metron/diff/e9729269 Branch: refs/heads/master Commit: e9729269d7511134ff40ccee1312f1df3632a2cb Parents: 5486171 Author: nickwallen <[email protected]> Authored: Mon Dec 4 14:22:13 2017 -0500 Committer: nickallen <[email protected]> Committed: Mon Dec 4 14:22:13 2017 -0500 ---------------------------------------------------------------------- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/metron/blob/e9729269/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e6ccc12..37c7ccb 100644 --- a/pom.xml +++ b/pom.xml @@ -351,13 +351,14 @@ <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. Since it is derived, we shouldn't get an Apache header --> <exclude>checkstyle.xml</exclude> <!-- Alerts UI e2e test data --> <exclude>e2e/mock-data/alerts_ui_e2e_index.data</exclude> + <!-- retry files generated by Ansible during a failure --> + <exclude>**/*.retry</exclude> </excludes> </configuration> </plugin>
