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 20:01:26 UTC

[ambari-infra] 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-infra.git


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

commit becc31ca9225e764a5c34fe66b373283e82ffa40
Author: Oliver Szabo <ol...@gmail.com>
AuthorDate: Tue Sep 25 22:01:17 2018 +0200

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

diff --git a/pom.xml b/pom.xml
index 4185abb..0060c02 100644
--- a/pom.xml
+++ b/pom.xml
@@ -276,7 +276,7 @@
         <version>0.12</version>
         <configuration>
           <excludes>
-            <exclude>README.md</exclude>
+            <exclude>**/*.md</exclude>
             <exclude>**/*.json</exclude>
             <exclude>**/*.log</exclude>
             <exclude>**/*.txt</exclude>