Repository: bigtop Updated Branches: refs/heads/master 74a66b1e8 -> b25084fa7
BIGTOP-1992. Fix RAT check errors resulting from BPS data generator move. Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/b25084fa Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/b25084fa Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/b25084fa Branch: refs/heads/master Commit: b25084fa77cca520c671e2d1adbfd9c1ecebd77d Parents: 74a66b1 Author: RJ Nowling <[email protected]> Authored: Wed Aug 26 13:54:30 2015 -0500 Committer: RJ Nowling <[email protected]> Committed: Wed Aug 26 13:54:30 2015 -0500 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/b25084fa/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 49e9e1d..1de2255 100644 --- a/pom.xml +++ b/pom.xml @@ -313,7 +313,7 @@ <exclude>output/**</exclude> <exclude>MAINTAINERS.txt</exclude> <exclude>buildSrc/build/**</exclude> - <exclude>bigtop-bigpetstore/bigpetstore-data-generator/**/input_data/**</exclude> + <exclude>bigtop-data-generators/**/input_data/**</exclude> <exclude>bigtop-deploy/puppet/**/*.yaml</exclude> <exclude>bigtop-deploy/puppet/config/*/id_hdfsuser*</exclude> <!-- Debian package files that have a rigid structure (* matches package name) -->
