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 18:07:11 UTC

[archiva-redback-core] 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-redback-core.git


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

commit 0f83a2bc0454f3a9cb37558c32a0e4145904bffa
Author: Martin Schreier <ma...@apache.org>
AuthorDate: Thu Jan 6 19:07:08 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index 9aa3d1b..381146e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1041,6 +1041,7 @@
             <exclude>**/.site-content/**</exclude>
             <exclude>**/git-sparse-checkout-pattern</exclude>
             <exclude>**/site.css</exclude>
+            <exclude>.asf.yaml</exclude>
 
             <!-- Netbeans files -->
             <exclude>nb-configuration.xml</exclude>