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

asf-gitbox-commits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant-ivy.git


The following commit(s) were added to refs/heads/master by this push:
     new d269dbcb RAT doesn't like .asf.yaml
d269dbcb is described below

commit d269dbcb8728572773e799a5998aeec7808c3311
Author: Stefan Bodewig <[email protected]>
AuthorDate: Thu Jun 4 20:40:31 2026 +0200

    RAT doesn't like .asf.yaml
---
 build-release.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build-release.xml b/build-release.xml
index 79e3201a..b33127d4 100644
--- a/build-release.xml
+++ b/build-release.xml
@@ -492,6 +492,7 @@
         <mkdir dir="${rat.report.dir}"/>
         <rat:report xmlns:rat="antlib:org.apache.rat.anttasks" 
reportFile="${rat.report.dir}/rat-report.txt">
             <fileset dir="${basedir}">
+                <exclude name=".asf.yaml"/>
                 <exclude name=".classpath"/>
                 <exclude name="*.iml"/>
                 <exclude name="ReleaseInstructions"/>

Reply via email to