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

martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-components.git

commit f5f2c5960191740b5d9c4309b19515039ccf59e7
Author: Martin Stockhammer <[email protected]>
AuthorDate: Sun Nov 24 10:44:32 2019 +0100

    Ignoring .asf.yaml in rat plugin
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index cfed84f..486876e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -318,6 +318,7 @@
             <exclude>**/target/**</exclude>
             <exclude>**/*.iml</exclude>
             <exclude>.editorconfig</exclude>
+            <exclude>.asf.yaml</exclude>
           </excludes>
         </configuration>
         <executions>

Reply via email to