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:06:16 UTC

[creadur-whisker] 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-whisker.git


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

commit d0d122e69a166dfae0e3a3c9d31982b6289c03a8
Author: P. Ottlinger <po...@apache.org>
AuthorDate: Tue Oct 25 00:06:01 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 676168e..31d6c12 100644
--- a/pom.xml
+++ b/pom.xml
@@ -259,6 +259,7 @@
           <version>0.15</version>
           <configuration>
             <excludes>
+              <exclude>.asf.yaml</exclude>
               <exclude>README.md</exclude>
               <exclude>src/site/resources/*.dia</exclude>
             </excludes>