You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2022/10/21 18:01:27 UTC

[karaf-minho] branch main updated: Exclude .asf.yaml file from license checker

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

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf-minho.git


The following commit(s) were added to refs/heads/main by this push:
     new 55792ac  Exclude .asf.yaml file from license checker
55792ac is described below

commit 55792ac8656551c29b20aba9a40d2fa4ac335419
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Fri Oct 21 20:01:07 2022 +0200

    Exclude .asf.yaml file from license checker
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 389270c..e517e99 100644
--- a/pom.xml
+++ b/pom.xml
@@ -178,6 +178,7 @@
                         <exclude>**/pom.xml.versionsBackup</exclude>
                         <exclude>**/*.properties</exclude>
 												<exclude>**/doc/**/*</exclude>
+                        <exclude>.asf.yaml</exclude>
                     </excludes>
                 </configuration>
             </plugin>