You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2018/07/04 07:25:14 UTC

[directory-project] branch master updated: Excluded the README.md from the rat checks

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

elecharny pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-project.git


The following commit(s) were added to refs/heads/master by this push:
     new c486cb9  Excluded the README.md from the rat checks
c486cb9 is described below

commit c486cb906dacee5941170e68e15bb26cfc9c2d66
Author: Emmanuel Lécharny <el...@symas.com>
AuthorDate: Wed Jul 4 09:25:10 2018 +0200

    Excluded the README.md from the rat checks
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 5a27efc..c8381c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1018,6 +1018,7 @@
             <excludeSubProjects>false</excludeSubProjects>
             <excludes>
               <!-- project excludes -->
+              <exclude>README.md</exclude>
               <exclude>**/resources/svn_ignore.txt</exclude>
               <exclude>**/resources/Reveal in Finder.launch</exclude>
             </excludes>