You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2018/09/01 10:58:37 UTC

[sling-org-apache-sling-commons-clam] branch master updated: exclude EICAR files from Rat check

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 808bc78  exclude EICAR files from Rat check
808bc78 is described below

commit 808bc78faedf4761c15215cda3af87f3e6a33b41
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sat Sep 1 12:58:26 2018 +0200

    exclude EICAR files from Rat check
---
 pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/pom.xml b/pom.xml
index 3b84c08..5c97a33 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,6 +91,15 @@
               </systemProperties>
             </configuration>
           </plugin>
+          <plugin>
+            <groupId>org.apache.rat</groupId>
+            <artifactId>apache-rat-plugin</artifactId>
+            <configuration>
+              <excludes combine.children="append">
+                <exclude>**/eicar/**</exclude>
+              </excludes>
+            </configuration>
+          </plugin>
         </plugins>
       </build>
     </profile>