You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by tw...@apache.org on 2022/11/22 20:16:45 UTC

[mina-sshd] branch master updated: [releng] Exclude the .github directory from license checks

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

twolf pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git


The following commit(s) were added to refs/heads/master by this push:
     new 45fd3a4a8 [releng] Exclude the .github directory from license checks
45fd3a4a8 is described below

commit 45fd3a4a84c453a5e053cce624f63465844deb07
Author: Thomas Wolf <tw...@apache.org>
AuthorDate: Tue Nov 22 21:16:26 2022 +0100

    [releng] Exclude the .github directory from license checks
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 677ed62e2..89cce836e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -715,6 +715,7 @@
                         <excludes>
                             <exclude>.asf.yaml</exclude>
                             <exclude>*.md</exclude>
+                            <exclude>.github/**</exclude>
                             <exclude>docs/**</exclude>
                             <exclude>sshd-sources/**</exclude>
                             <exclude>src/test/resources/**</exclude>