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

jbonofre pushed a commit to branch activemq-5.16.x
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/activemq-5.16.x by this push:
     new a7ada58  Fix Rat header check on logo files
a7ada58 is described below

commit a7ada581bd5b6734f325313b43595adaa3e1f227
Author: Francois Papon <[email protected]>
AuthorDate: Sun Mar 21 07:35:25 2021 +0100

    Fix Rat header check on logo files
    
    (cherry picked from commit fa66d1eab17315078f492df2fe6699a1c3b07135)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e3ef8eb..f7bef38 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1413,7 +1413,7 @@
             <exclude>**/stomp.js</exclude>
             <exclude>**/__init__.py</exclude>
             <exclude>**/webapp/decorators/footer.jsp</exclude>
-            <exclude>**/docs/img/logo.svg</exclude>
+            <exclude>**/docs/img/*.svg</exclude>
             <exclude>**/testJdbcConfig/**/*</exclude>
           </excludes>
         </configuration>

Reply via email to