You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2018/08/14 13:22:53 UTC

[07/33] commons-rng git commit: rat exclude target and site-content

rat exclude target and site-content


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

Branch: refs/heads/master
Commit: 294cf4c33506b8e4503100fec93ad1bbf532629e
Parents: c519b50
Author: Rob Tompkins <ch...@gmail.com>
Authored: Wed Jul 18 08:49:20 2018 -0400
Committer: Rob Tompkins <ch...@gmail.com>
Committed: Wed Jul 18 08:49:20 2018 -0400

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


http://git-wip-us.apache.org/repos/asf/commons-rng/blob/294cf4c3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 19b3c4a..3683bc7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -222,6 +222,8 @@
             <!-- version 0.8 of apache-rat-plugin does not exclude properly
                  some default development tools files (see RAT-126) -->
             <exclude>.ekstazi/**</exclude>
+            <exclude>**/site-content/**</exclude>
+            <exclude>**/target/**</exclude>
             <exclude>src/site/resources/txt/userguide/stress/dh/**</exclude>
             <exclude>src/site/resources/txt/userguide/stress/tu/**</exclude>
             <exclude>dist-archive/**</exclude>