Repository: ambari Updated Branches: refs/heads/trunk bbab3661b -> c3a41c1fa
AMBARI-5912. trunk build fails with Too many files with unapproved license. (Giridharan Kesavan via mahadev) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/c3a41c1f Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/c3a41c1f Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/c3a41c1f Branch: refs/heads/trunk Commit: c3a41c1fa450dec9367bf3e78d84d914ac57f972 Parents: bbab366 Author: Mahadev Konar <[email protected]> Authored: Wed May 28 11:06:34 2014 -0700 Committer: Mahadev Konar <[email protected]> Committed: Wed May 28 11:06:34 2014 -0700 ---------------------------------------------------------------------- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/c3a41c1f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2d47548..932e116 100644 --- a/pom.xml +++ b/pom.xml @@ -162,6 +162,10 @@ <artifactId>apache-rat-plugin</artifactId> <configuration> <excludes> + <exclude>**/version.txt</exclude> + <exclude>**/release.txt</exclude> + <exclude>**/*.list</exclude> + <exclude>**/hdp_mon_nagios_addons.conf</exclude> <exclude>**/*.json</exclude> <exclude>**/*.svg</exclude> <exclude>derby.log</exclude>
