SLIDER-349 ignore target/* from RAT; stops it complaining about signature and checksum files
diff --git a/pom.xml b/pom.xml
index 632022c..bbc94b9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -345,6 +345,7 @@
             <exclude>**/rat.txt</exclude>
             <exclude>DISCLAIMER</exclude>
             <exclude>app-packages/hbase/target/**</exclude>
+            <exclude>target/*</exclude>
           </excludes>
         </configuration>
       </plugin>