You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by jb...@apache.org on 2020/11/03 19:27:31 UTC

[aries-cdi] branch master updated: Exclude .github from rat check

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

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-cdi.git


The following commit(s) were added to refs/heads/master by this push:
     new aac2b46  Exclude .github from rat check
aac2b46 is described below

commit aac2b46b16988c62b46a8bf1777163b56823b36b
Author: jbonofre <jb...@apache.org>
AuthorDate: Tue Nov 3 20:27:08 2020 +0100

    Exclude .github from rat check
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index a825fa9..7894c08 100644
--- a/pom.xml
+++ b/pom.xml
@@ -396,6 +396,7 @@
 								<exclude>**/.settings/**</exclude>
 								<exclude>**/eclipse-classes/**/*</exclude>
 								<exclude>.gitignore</exclude>
+                <exclude>.github/**/*</exclude>
 								<exclude>*.md</exclude>
 								<exclude>*.cfg</exclude>
 								<exclude>**/*.md</exclude>