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

orudyy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git


The following commit(s) were added to refs/heads/master by this push:
     new 7e44086  NO-JIRA: Exclude test ssl resources from RAT scan
7e44086 is described below

commit 7e4408615a64838e0b9cb3d205f550b3c3c1c053
Author: Alex Rudyy <[email protected]>
AuthorDate: Thu Jan 30 13:10:07 2020 +0000

    NO-JIRA: Exclude test ssl resources from RAT scan
---
 qpid-test-utils/pom.xml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/qpid-test-utils/pom.xml b/qpid-test-utils/pom.xml
index d3faf81..b06fd29 100644
--- a/qpid-test-utils/pom.xml
+++ b/qpid-test-utils/pom.xml
@@ -56,4 +56,19 @@
         <artifactId>guava</artifactId>
     </dependency>
   </dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>src/main/resources/ssl/**</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
 </project>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to