This is an automated email from the ASF dual-hosted git repository.
Harbs pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/develop by this push:
new ff8b559e79 Exclude asf.yaml from rat
ff8b559e79 is described below
commit ff8b559e79ca6371204591d156cf0a346ed4f50e
Author: Harbs <[email protected]>
AuthorDate: Sun May 17 18:16:26 2026 +0300
Exclude asf.yaml from rat
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 004db9c6c8..94fe7734ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -296,6 +296,7 @@
<consoleOutput>true</consoleOutput>
<excludes>
<exclude>.gitattributes</exclude>
+ <exclude>.asf.yaml</exclude>
<!-- JSON files can't contain comments -->
<exclude>**/*.json</exclude>
<!-- This is appended to the LICENSE file for binary packages-->