aboutsummaryrefslogtreecommitdiff
path: root/bigtop-tests/test-artifacts/datafu
diff options
context:
space:
mode:
authorKonstantin Boudnik <cos@apache.org>2015-07-31 00:42:05 +0300
committerOlaf Flebbe <of@oflebbe.de>2015-08-03 21:06:05 +0200
commita80cb3aa37e371861b8b0d5150358669725c2dd9 (patch)
treed6fcc54715e3633f874940d487df4e6c9324d857 /bigtop-tests/test-artifacts/datafu
parentdb0c8e3c85df18988f594c8f65308a28c059ebe0 (diff)
BIGTOP-1947. Fix RAT plugin configuration to be able to RAT-validate all published artifacts
Signed-off-by: Olaf Flebbe <of@oflebbe.de>
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>