Repository: bigtop Updated Branches: refs/heads/master c75108871 -> 7cd945538
BIGTOP-2271. Update maven rat config to match one from gradle Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/7cd94553 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/7cd94553 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/7cd94553 Branch: refs/heads/master Commit: 7cd945538db216a69ab85a86281765566a4b87f0 Parents: c751088 Author: Konstantin Boudnik <[email protected]> Authored: Fri Jan 22 16:28:08 2016 -0800 Committer: Konstantin Boudnik <[email protected]> Committed: Fri Jan 22 16:28:08 2016 -0800 ---------------------------------------------------------------------- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/7cd94553/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0e6bbbc..dab5d24 100644 --- a/pom.xml +++ b/pom.xml @@ -315,8 +315,9 @@ <exclude>buildSrc/build/**</exclude> <exclude>bigtop-data-generators/**/input_data/**</exclude> <exclude>bigtop-deploy/puppet/**/*.yaml</exclude> - <exclude>bigtop-deploy/puppet/config/*/id_hdfsuser*</exclude> + <exclude>bigtop-deploy/puppet/modules/hadoop/**/id_hdfsuser*</exclude> <exclude>bigtop-deploy/puppet/modules/bigtop-util/Gemfile.lock</exclude> + <exclude>bigtop-deploy/puppet/modules/zeppelin/templates/interpreter.json</exclude> <!-- Debian package files that have a rigid structure (* matches package name) --> <exclude>bigtop-packages/src/deb/*/*.dirs</exclude> <exclude>bigtop-packages/src/deb/*/dirs</exclude>
