You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ra...@apache.org on 2018/09/20 09:29:59 UTC

[sling-parent] branch master updated: trivial: exclude markdown files from RAT

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

radu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new f9e345b  trivial: exclude markdown files from RAT
f9e345b is described below

commit f9e345b82093adaaedbefcdcac98ffe8a66e704d
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Thu Sep 20 11:29:44 2018 +0200

    trivial: exclude markdown files from RAT
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index d8cd5e5..398e876 100644
--- a/pom.xml
+++ b/pom.xml
@@ -245,8 +245,8 @@
                         <exclude>velocity.log</exclude>
                         <!-- don't check anything in target -->
                         <exclude>target/*</exclude>
-                        <!-- README files in markdown format -->
-                        <exclude>README.md</exclude>
+                        <!-- files in markdown format -->
+                        <exclude>**/*.md</exclude>
                         <!-- Ignore files generated bei IDE plugins e.g. maven-eclipse-plugin -->
                         <exclude>maven-eclipse.xml</exclude>
                         <exclude>.*</exclude>