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

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-htl-maven-plugin.git

commit 2035a052c2d548c965a4e87f8b389840faa0b027
Author: Stefan Seifert <[email protected]>
AuthorDate: Thu Mar 9 23:39:31 2017 +0000

    exclude site markdown files from RAT
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1786258 
13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index aa45b84..472484e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -175,6 +175,7 @@
                     <excludes>
                         <exclude>**/*.iml</exclude>
                         <exclude>**/target/**/*</exclude>
+                        <exclude>src/site/markdown/**</exclude>
                     </excludes>
                 </configuration>
             </plugin>

-- 
To stop receiving notification emails like this one, please contact
"[email protected]" <[email protected]>.

Reply via email to