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 552810805 Exclude security.txt from the license check 552810805 is described below commit 55281080510171169e344c959e399ae6f1f8423a Author: Thomas Wolf <tw...@apache.org> AuthorDate: Tue Oct 11 08:30:37 2022 +0200 Exclude security.txt from the license check --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index a4ed8aac7..065c64d6a 100644 --- a/pom.xml +++ b/pom.xml @@ -729,6 +729,7 @@ <exclude>**/BCrypt.java</exclude> <exclude>LICENSE*</exclude> <exclude>NOTICE*</exclude> + <exclude>security.txt</exclude> <!-- IDE files --> <exclude>*pmd*</exclude> <exclude>*.ser</exclude>