You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by tm...@apache.org on 2019/04/18 13:03:57 UTC

[sling-org-apache-sling-distribution-journal-it] branch master updated: Exclude docs/* folder from Apache Rat audit

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

tmaret pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-journal-it.git


The following commit(s) were added to refs/heads/master by this push:
     new 3c9cb47  Exclude docs/* folder from Apache Rat audit
3c9cb47 is described below

commit 3c9cb47b5a7e18750d46d458ba546425bb9dd6a2
Author: tmaret <tm...@adobe.com>
AuthorDate: Thu Apr 18 15:01:06 2019 +0200

    Exclude docs/* folder from Apache Rat audit
---
 pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/pom.xml b/pom.xml
index f96d7c4..d2031f1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,6 +68,15 @@
                 </executions>
             </plugin>
             <plugin>
+                <groupId>org.apache.rat</groupId>
+                <artifactId>apache-rat-plugin</artifactId>
+                <configuration>
+                    <excludes combine.children="append">
+                        <exclude>docs/*</exclude>
+                    </excludes>
+                </configuration>
+            </plugin>
+            <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>
                 <!-- see IDEA-133397 -->