You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2019/12/02 19:33:49 UTC

[tika] 02/06: update rat exclusions

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

tallison pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tika.git

commit 86dd0cf96ab7fe22b910813b14bd20dfc9238b6b
Author: tallison <ta...@apache.org>
AuthorDate: Tue Nov 26 15:04:03 2019 -0500

    update rat exclusions
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 5afe327..54ec597 100644
--- a/pom.xml
+++ b/pom.xml
@@ -182,6 +182,7 @@ least three +1 Tika PMC votes are cast.
         <configuration>
           <excludes>
             <exclude>CHANGES.txt</exclude>
+            <exclude>README.md</exclude>
           </excludes>
         </configuration>
       </plugin>