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 8eea1845 Drop unused RAT exclude
8eea1845 is described below
commit 8eea184548de349acf8fe33b8e935bf4d4540ec7
Author: Alex Herbert <[email protected]>
AuthorDate: Tue Apr 14 14:33:01 2026 +0100
Drop unused RAT exclude
---
pom.xml | 2 --
1 file changed, 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index c99724a4..ade0fe4e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -320,7 +320,6 @@
<inputExcludes>
<exclude>.ekstazi/**</exclude>
<exclude>src/site/resources/release-notes/RELEASE-NOTES-*.txt</exclude>
- <exclude>src/site/resources/txt/userguide/stress/**</exclude>
<exclude>dist-archive/**</exclude>
<exclude>**/site-content/**</exclude>
</inputExcludes>
@@ -359,7 +358,6 @@
<inputExcludes>
<exclude>.ekstazi/**</exclude>
<exclude>src/site/resources/release-notes/RELEASE-NOTES-*.txt</exclude>
- <exclude>src/site/resources/txt/userguide/stress/**</exclude>
<exclude>dist-archive/**</exclude>
<exclude>**/site-content/**</exclude>
</inputExcludes>