You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ol...@apache.org on 2018/09/25 19:59:47 UTC

[ambari-logsearch] branch master updated: Fix rat issues.

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

oleewere pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ambari-logsearch.git


The following commit(s) were added to refs/heads/master by this push:
     new da9b3c1  Fix rat issues.
da9b3c1 is described below

commit da9b3c1d2625480f2a0e90b6f8a21f4717ec5c8f
Author: Oliver Szabo <ol...@gmail.com>
AuthorDate: Tue Sep 25 21:59:36 2018 +0200

    Fix rat issues.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3fc5974..98af705 100644
--- a/pom.xml
+++ b/pom.xml
@@ -285,7 +285,7 @@
         <version>0.12</version>
         <configuration>
           <excludes>
-            <exclude>**/README.md</exclude>
+            <exclude>**/*.md</exclude>
             <exclude>**/*.json</exclude>
             <exclude>**/*.log</exclude>
             <exclude>**/*.txt</exclude>