This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git
The following commit(s) were added to refs/heads/master by this push:
new c5680cc4a Exclude AGENTS.md from RAT
c5680cc4a is described below
commit c5680cc4ae534561922276bfa22068c12febd7c5
Author: Richard Zowalla <[email protected]>
AuthorDate: Thu Jun 4 18:42:54 2026 +0200
Exclude AGENTS.md from RAT
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 592604257..0724796ee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -227,6 +227,7 @@
<!-- exclude CHANGELOG, VERSION, AND TODO
files -->
<exclude>**/CHANGELOG.md</exclude>
<exclude>**/README.md</exclude>
+ <exclude>**/AGENTS.md</exclude>
<exclude>**/README.markdown</exclude>
<exclude>**/DEVELOPER.md</exclude>
<exclude>**/RELEASING.md</exclude>