You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2022/10/24 22:05:57 UTC

[creadur-rat] branch master updated: Enable RAT exclusion for asf github control

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

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git


The following commit(s) were added to refs/heads/master by this push:
     new 26cbc515 Enable RAT exclusion for asf github control
26cbc515 is described below

commit 26cbc5157601953d83731e4b0a93b31bbb4cc922
Author: P. Ottlinger <po...@apache.org>
AuthorDate: Tue Oct 25 00:05:51 2022 +0200

    Enable RAT exclusion for asf github control
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index eca7cd1c..4b044ca3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -331,6 +331,7 @@ agnostic home for software distribution comprehension and audit tools.
           <version>0.15</version>
           <configuration>
             <excludes>
+              <exclude>.asf.yaml</exclude>
               <exclude>BUILD.txt</exclude>
               <!-- rat:check does not seem to use exclusions from modules -->
               <exclude>apache-rat/README*.txt</exclude>