You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by kw...@apache.org on 2022/02/26 10:17:00 UTC

[jackrabbit-filevault] branch master updated: releng: ignore .asf.yaml from rat

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

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jackrabbit-filevault.git


The following commit(s) were added to refs/heads/master by this push:
     new ec57992  releng: ignore .asf.yaml from rat
ec57992 is described below

commit ec579927cf634e1724c3cadc81bae6b1f81b6ff3
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Sat Feb 26 11:16:52 2022 +0100

    releng: ignore .asf.yaml from rat
---
 parent/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/parent/pom.xml b/parent/pom.xml
index 6d6fc53..b969377 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -245,6 +245,7 @@ Bundle-Category: jackrabbit
                     <artifactId>apache-rat-plugin</artifactId>
                     <configuration>
                         <excludes>
+                            <excludes>.asf.yaml</excludes>
                             <excludes>.ratignore</excludes>
                             <exclude>release.properties</exclude>
                             <exclude>.git/**</exclude>