This is an automated email from the ASF dual-hosted git repository.
mibo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/olingo-odata4.git
The following commit(s) were added to refs/heads/master by this push:
new 7d4ad31 [OLINGO-1560] Excluded .github from RAT check
7d4ad31 is described below
commit 7d4ad31b2057d2b6ce2f23fba829c0c1d207ea61
Author: mibo <[email protected]>
AuthorDate: Sat Feb 26 11:29:31 2022 +0100
[OLINGO-1560] Excluded .github from RAT check
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 727f669..21268a2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -535,6 +535,7 @@
<exclude>**/server-ref/**</exclude>
<exclude>**/dependency-reduced-pom.xml</exclude>
<exclude>**/.settings/**</exclude>
+ <exclude>**/.github/**</exclude>
<exclude>**/SECURITY.md</exclude>
</excludes>
</configuration>