BIGTOP-2299. test resources are breaking rat
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>
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>