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


The following commit(s) were added to refs/heads/master by this push:
     new df6eebc4 Use tag <inputExclude> for rat
df6eebc4 is described below

commit df6eebc43585fc7a09e17c9d642c02290988ed54
Author: Alex Herbert <[email protected]>
AuthorDate: Thu Apr 16 16:37:16 2026 +0100

    Use tag <inputExclude> for rat
---
 pom.xml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index ade0fe4e..afaa6d37 100644
--- a/pom.xml
+++ b/pom.xml
@@ -318,10 +318,10 @@
         <configuration>
           <!--  Should agree with apache-rat-plugin config under <reporting> 
-->
           <inputExcludes>
-            <exclude>.ekstazi/**</exclude>
-            
<exclude>src/site/resources/release-notes/RELEASE-NOTES-*.txt</exclude>
-            <exclude>dist-archive/**</exclude>
-            <exclude>**/site-content/**</exclude>
+            <inputExclude>.ekstazi/**</inputExclude>
+            
<inputExclude>src/site/resources/release-notes/RELEASE-NOTES-*.txt</inputExclude>
+            <inputExclude>dist-archive/**</inputExclude>
+            <inputExclude>**/site-content/**</inputExclude>
           </inputExcludes>
         </configuration>
       </plugin>
@@ -356,10 +356,10 @@
         <configuration>
           <!--  Should agree with apache-rat-plugin config under <build> -->
           <inputExcludes>
-            <exclude>.ekstazi/**</exclude>
-            
<exclude>src/site/resources/release-notes/RELEASE-NOTES-*.txt</exclude>
-            <exclude>dist-archive/**</exclude>
-            <exclude>**/site-content/**</exclude>
+            <inputExclude>.ekstazi/**</inputExclude>
+            
<inputExclude>src/site/resources/release-notes/RELEASE-NOTES-*.txt</inputExclude>
+            <inputExclude>dist-archive/**</inputExclude>
+            <inputExclude>**/site-content/**</inputExclude>
           </inputExcludes>
         </configuration>
       </plugin>

Reply via email to