You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2022/01/06 10:17:30 UTC

[archiva] branch master updated: Fixing RAT excludes

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.git


The following commit(s) were added to refs/heads/master by this push:
     new 70bd7fd  Fixing RAT excludes
70bd7fd is described below

commit 70bd7fdd3cf2021e6da6fd04424f1b877e612881
Author: Martin Schreier <ma...@apache.org>
AuthorDate: Thu Jan 6 11:17:26 2022 +0100

    Fixing RAT excludes
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 345a213..22b24d5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1996,6 +1996,7 @@
               <exclude>**/.site-content/**</exclude>
               <exclude>**/git-sparse-checkout-pattern</exclude>
               <exclude>status-dep.txt</exclude>
+              <exclude>.asf.yaml</exclude>
             </excludes>
           </configuration>
         </plugin>