Repository: ambari Updated Branches: refs/heads/branch-2.5 46e5913ff -> f722f577b
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/f722f577 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/f722f577 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/f722f577 Branch: refs/heads/branch-2.5 Commit: f722f577bb900170bbee6b51dcadbd7924a1c82f Parents: 46e5913 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:53 2017 -0800 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/f722f577/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2358547..08d01d0 100644 --- a/pom.xml +++ b/pom.xml @@ -321,6 +321,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>
