You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2022/12/01 16:02:54 UTC

[commons-statistics] 06/09: Clean-up rat excludes

This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-statistics.git

commit 39c4ff1f41ee8f8bfb89f06b537fa9e5480597d0
Author: aherbert <ah...@apache.org>
AuthorDate: Thu Dec 1 14:37:13 2022 +0000

    Clean-up rat excludes
    
    Remove entries taken from RNG project.
    
    Include the dist-archive files.
---
 pom.xml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index dc41df5..56ebe9d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -308,8 +308,8 @@
         <configuration>
           <!--  Should agree with apache-rat-plugin config under <build> -->
           <excludes combine.children="append">
-            <!-- version 0.8 of apache-rat-plugin does not exclude properly
-                 some default development tools files (see RAT-126) -->
+            <!-- apache-rat-plugin uses .gitignore but does not exclude
+                 development files recursively in sub-modules. -->
             <exclude>.ekstazi/**</exclude>
             <exclude>**/site-content/**</exclude>
             <exclude>**/.classpath</exclude>
@@ -318,8 +318,6 @@
             <exclude>**/.checkstyle</exclude>
             <exclude>**/target/**</exclude>
             <exclude>src/site/resources/release-notes/RELEASE-NOTES-*.txt</exclude>
-            <exclude>src/site/resources/txt/userguide/stress/**</exclude>
-            <exclude>dist-archive/**</exclude>
             <!-- Moved to commons-parent 55 -->
             <exclude>.gitattributes</exclude>
           </excludes>