Repository: commons-rng
Updated Branches:
  refs/heads/master 90e8efbc4 -> 37af17375


Exclude "dist-archive" directory from RAT check.

Module is only meant to gather the distributions files of the component.


Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/369e1651
Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/369e1651
Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/369e1651

Branch: refs/heads/master
Commit: 369e1651039dd89d9578497d2194dedd2d85ae05
Parents: 90e8efb
Author: Gilles <er...@apache.org>
Authored: Thu Dec 8 09:22:25 2016 +0100
Committer: Gilles <er...@apache.org>
Committed: Thu Dec 8 09:22:25 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/commons-rng/blob/369e1651/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 832907b..412dc72 100644
--- a/pom.xml
+++ b/pom.xml
@@ -268,6 +268,7 @@
             <exclude>src/site/resources/txt/userguide/stress/dh/**</exclude>
             <exclude>src/site/resources/txt/userguide/stress/tu/**</exclude>
             <exclude>target/**</exclude>
+            <exclude>dist-archive/**</exclude>
 
           </excludes>
         </configuration>

Reply via email to