Repository: bigtop Updated Branches: refs/heads/master f90bacc52 -> 9974ff22c
BIGTOP-2299. test resources are breaking rat Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/e5794704 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/e5794704 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/e5794704 Branch: refs/heads/master Commit: e57947049fcb8d2246ae5ec399568382602b7163 Parents: dd1ce78 Author: Konstantin Boudnik <[email protected]> Authored: Sat Jan 30 18:47:26 2016 -0800 Committer: Konstantin Boudnik <[email protected]> Committed: Sat Jan 30 19:25:51 2016 -0800 ---------------------------------------------------------------------- bigtop-tests/test-artifacts/hadoop/pom.xml | 4 +--- bigtop-tests/test-artifacts/spark/pom.xml | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/e5794704/bigtop-tests/test-artifacts/hadoop/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-artifacts/hadoop/pom.xml b/bigtop-tests/test-artifacts/hadoop/pom.xml index ee7f842..a8b9789 100644 --- a/bigtop-tests/test-artifacts/hadoop/pom.xml +++ b/bigtop-tests/test-artifacts/hadoop/pom.xml @@ -62,9 +62,7 @@ <exclude>**/clitest_data/**</exclude> <exclude>**/ints/file*.txt</exclude> <exclude>**/text/file*.txt</exclude> - <exclude>**/resources/input.txt</exclude> - <exclude>**/resources/examples/text/*.txt</exclude> - <exclude>**/resources/part-00001.snappy</exclude> + <exclude>**/resources/**</exclude> </excludes> </configuration> </plugin> http://git-wip-us.apache.org/repos/asf/bigtop/blob/e5794704/bigtop-tests/test-artifacts/spark/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-artifacts/spark/pom.xml b/bigtop-tests/test-artifacts/spark/pom.xml index f6c12ed..1d6937c 100644 --- a/bigtop-tests/test-artifacts/spark/pom.xml +++ b/bigtop-tests/test-artifacts/spark/pom.xml @@ -60,4 +60,18 @@ <artifactId>hadoop-common</artifactId> </dependency> </dependencies> + + <build> + <plugins> + <plugin> + <groupId>org.apache.rat</groupId> + <artifactId>apache-rat-plugin</artifactId> + <configuration> + <excludes> + <exclude>**/resources/**</exclude> + </excludes> + </configuration> + </plugin> + </plugins> + </build> </project>
