AMBARI-19346. Rat check failure on Ambari unit test jobs @ builds.apache.org. (yusaku)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/cab77052 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/cab77052 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/cab77052 Branch: refs/heads/branch-dev-patch-upgrade Commit: cab77052980ded1f751a54dd967730ec721549e4 Parents: 0ab2556 Author: Yusaku Sako <[email protected]> Authored: Tue Jan 3 11:55:58 2017 -0800 Committer: Yusaku Sako <[email protected]> Committed: Tue Jan 3 11:56:12 2017 -0800 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/cab77052/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index dcdbab3..232e4a9 100644 --- a/pom.xml +++ b/pom.xml @@ -322,6 +322,7 @@ <exclude>contrib/views/hive-next/src/main/resources/ui/hive-web/.bowerrc</exclude> <exclude>contrib/views/hive20/src/main/resources/ui/vendor/codemirror/**</exclude> <exclude>contrib/views/hive20/src/main/resources/ui/.bowerrc</exclude> + <exclude>contrib/views/hive20/src/main/resources/ui/public/fonts/roboto/**</exclude> <exclude>contrib/views/files/src/main/resources/ui/.bowerrc</exclude> <exclude>contrib/views/files/src/main/resources/ui/bower_components/**</exclude> <exclude>contrib/views/files/src/main/resources/ui/node/**</exclude>
