You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by or...@apache.org on 2019/07/03 11:19:31 UTC

[qpid-broker-j] branch 7.0.x updated: NO-JIRA: Add apache-rat excludes

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

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


The following commit(s) were added to refs/heads/7.0.x by this push:
     new 9f90e2f  NO-JIRA: Add apache-rat excludes
9f90e2f is described below

commit 9f90e2f6ff9468c82e38fef44f7f87e57910c91d
Author: Alex Rudyy <or...@apache.org>
AuthorDate: Wed Jul 3 12:19:22 2019 +0100

    NO-JIRA: Add apache-rat excludes
---
 broker-core/pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/broker-core/pom.xml b/broker-core/pom.xml
index 6241041..3387998 100644
--- a/broker-core/pom.xml
+++ b/broker-core/pom.xml
@@ -171,6 +171,16 @@
           <workingDirectory>${basedir}/..</workingDirectory>
         </configuration>
       </plugin>
+
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>src/test/resources/ssl/**</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org