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:18:09 UTC

[archiva] branch archiva-2.x updated: Fixing RAT excludes

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

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


The following commit(s) were added to refs/heads/archiva-2.x by this push:
     new 5ef681c  Fixing RAT excludes
5ef681c is described below

commit 5ef681c9b93a36506da179460aef8b3420ce2256
Author: Martin Schreier <ma...@apache.org>
AuthorDate: Thu Jan 6 11:18:06 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index 811f7bf..1a3495d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1841,6 +1841,7 @@
               <exclude>.travis.yml</exclude>
               <exclude>out/**</exclude>
               <exclude>Jenkinsfile</exclude>
+              <exclude>.asf.yaml</exclude>
             </excludes>
           </configuration>
         </plugin>