You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:13:50 UTC

[sling-htl-maven-plugin] 07/15: exclude site markdown files from RAT

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

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

commit c7711b316f6680356a3a27896f9960d9dfeb7e93
Author: Stefan Seifert <ss...@apache.org>
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/tooling/maven/htl-maven-plugin@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
"commits@sling.apache.org" <co...@sling.apache.org>.