Repository: ambari Updated Branches: refs/heads/trunk 262134287 -> 6dc549cce
AMBARI-5978. more files missing AL headers introduced by AMBARI-5965. (mahadev) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/6dc549cc Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/6dc549cc Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/6dc549cc Branch: refs/heads/trunk Commit: 6dc549cce44f9acaae3da325b024ee012a6925f8 Parents: 2621342 Author: Mahadev Konar <[email protected]> Authored: Fri May 30 15:50:04 2014 -0700 Committer: Mahadev Konar <[email protected]> Committed: Fri May 30 15:50:04 2014 -0700 ---------------------------------------------------------------------- ambari-server/pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/6dc549cc/ambari-server/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-server/pom.xml b/ambari-server/pom.xml index 608c021..3773cde 100644 --- a/ambari-server/pom.xml +++ b/ambari-server/pom.xml @@ -137,7 +137,9 @@ <exclude>conf/unix/krb5JAASLogin.conf</exclude> <exclude>**/*.json</exclude> <exclude>**/*.sql</exclude> - <exclude>**/*.pydevproject</exclude> + <exclude>**/repo_suse_rhel.j2</exclude> + <exclude>**/repo_debian.j2</exclude> + <exclude>**/.pydev*</exclude> <!--gitignore content --> <exclude>src/main/resources/db/newcerts/**</exclude>
