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-clam.git


The following commit(s) were added to refs/heads/master by this push:
     new c6ead17  SLING-9710 Provide a Mail Sending Scan Result Handler
c6ead17 is described below

commit c6ead17a7fa882a871057662172ec0ef961efad8
Author: Oliver Lietz <[email protected]>
AuthorDate: Mon Aug 31 07:58:34 2020 +0200

    SLING-9710 Provide a Mail Sending Scan Result Handler
    
    exclude password file from rat
---
 pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/pom.xml b/pom.xml
index eb13797..b8cbcc7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,6 +59,15 @@
         <artifactId>bnd-baseline-maven-plugin</artifactId>
       </plugin>
       <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>src/test/resources/password</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+      <plugin>
         <groupId>org.apache.servicemix.tooling</groupId>
         <artifactId>depends-maven-plugin</artifactId>
       </plugin>

Reply via email to