You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/09/23 19:05:24 UTC

[commons-compress] branch master updated: Exclude gitattributes from Apache RAT check

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-compress.git


The following commit(s) were added to refs/heads/master by this push:
     new 28021912 Exclude gitattributes from Apache RAT check
28021912 is described below

commit 280219121508d7d526912ec4cbb9df1bd2f09e21
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Sep 23 15:05:19 2022 -0400

    Exclude gitattributes from Apache RAT check
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 5d8fb87d..3c13beb3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -383,6 +383,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
               <exclude>.pmd</exclude>
               <exclude>.projectile</exclude>
               <exclude>.mvn/**</exclude>
+              <exclude>.gitattributes</exclude>
             </excludes>
           </configuration>
         </plugin>