SLIDER-349 ignore target/* from RAT; stops it complaining about signature and 
checksum files


Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/d8a11149
Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/d8a11149
Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/d8a11149

Branch: refs/heads/develop
Commit: d8a11149d3e9557c1a845ef1a78e1d9f24ddebae
Parents: 305e0cb
Author: Steve Loughran <ste...@apache.org>
Authored: Fri Aug 22 11:36:16 2014 +0100
Committer: Steve Loughran <ste...@apache.org>
Committed: Fri Aug 22 11:36:16 2014 +0100

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/d8a11149/pom.xml
----------------------------------------------------------------------
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>

Reply via email to