You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by gt...@apache.org on 2020/07/23 13:43:09 UTC

[activemq-artemis] branch master updated: no jira - exclude .p12 files from rat check

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

gtully pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/master by this push:
     new c152f17  no jira - exclude .p12 files from rat check
c152f17 is described below

commit c152f17818471abb6ed3d24fb59357fd660d330a
Author: gtully <ga...@gmail.com>
AuthorDate: Thu Jul 23 14:42:50 2020 +0100

    no jira - exclude .p12 files from rat check
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 045cf12..1711357 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1684,6 +1684,7 @@
                   <exclude>**/*.iml</exclude>
                   <exclude>**/*.jceks</exclude>
                   <exclude>**/*.jks</exclude>
+                  <exclude>**/*.p12</exclude>
                   <exclude>**/xml.xsd</exclude>
                   <exclude>**/org/apache/activemq/artemis/utils/json/**</exclude>
                   <exclude>**/org/apache/activemq/artemis/utils/Base64.java</exclude>