aboutsummaryrefslogtreecommitdiff
path: root/bigtop-tests/test-artifacts/datafu
diff options
context:
space:
mode:
Diffstat (limited to 'bigtop-tests/test-artifacts/datafu')
-rw-r--r--bigtop-tests/test-artifacts/datafu/pom.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/bigtop-tests/test-artifacts/datafu/pom.xml b/bigtop-tests/test-artifacts/datafu/pom.xml
index 4a150c6b..785fa545 100644
--- a/bigtop-tests/test-artifacts/datafu/pom.xml
+++ b/bigtop-tests/test-artifacts/datafu/pom.xml
@@ -61,4 +61,19 @@
<version>6.3</version>
</dependency>
</dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.rat</groupId>
+ <artifactId>apache-rat-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <exclude>**/resources/datafu/**/*.pig</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
</project>