You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ro...@apache.org on 2021/09/16 16:24:07 UTC

[aries-cdi] 02/02: ignore mailmap from RAT checks

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

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

commit 9fdde6b80f7caba9814bc580674b6fca68dc5a85
Author: Raymond Augé <ro...@apache.org>
AuthorDate: Thu Sep 16 12:22:12 2021 -0400

    ignore mailmap from RAT checks
    
    Signed-off-by: Raymond Augé <ro...@apache.org>
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 8f0fc01..e626369 100644
--- a/pom.xml
+++ b/pom.xml
@@ -616,6 +616,7 @@
 						<exclude>**/eclipse-classes/**/*</exclude>
 						<exclude>.gitignore</exclude>
 						<exclude>.github/**/*</exclude>
+						<exclude>.mailmap</exclude>
 						<exclude>.vscode/settings.json</exclude>
 						<exclude>*.md</exclude>
 						<exclude>*.cfg</exclude>