Repository: incubator-reef Updated Branches: refs/heads/master 2f0cf34d8 -> 0d75f23da
[REEF-569] Add RAT excludes for JVM error logs and Mesos runtime - hs_error*.log that JVM can produce on fatal errors (e.g, REEF-89). - directory that mesos runtime creates, during tests. JIRA: [REEF-569](https://issues.apache.org/jira/browse/REEF-569) Pull Request: This closes #348 Project: http://git-wip-us.apache.org/repos/asf/incubator-reef/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-reef/commit/0d75f23d Tree: http://git-wip-us.apache.org/repos/asf/incubator-reef/tree/0d75f23d Diff: http://git-wip-us.apache.org/repos/asf/incubator-reef/diff/0d75f23d Branch: refs/heads/master Commit: 0d75f23da5e9ee71c83e3d8a916b60bd9a2b0544 Parents: 2f0cf34 Author: Brian Cho <[email protected]> Authored: Fri Aug 7 11:29:20 2015 +0900 Committer: Markus Weimer <[email protected]> Committed: Fri Aug 7 08:57:27 2015 -0700 ---------------------------------------------------------------------- pom.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/0d75f23d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f526e07..dd4f9cb 100644 --- a/pom.xml +++ b/pom.xml @@ -247,6 +247,9 @@ under the License. <exclude>**/*.md</exclude> <!-- The below are sometimes created during tests --> <exclude>REEF_LOCAL_RUNTIME/**</exclude> + <exclude>REEF_MESOS_RUNTIME/**</exclude> + <!-- JVM error logs, especially troublesome on CI servers --> + <exclude>**/hs_err_*.log</exclude> <!-- The Visual Studio and Nuget build files --> <exclude>**/*.sln*</exclude> <exclude>**/*.vcxproj*</exclude>
