This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/master by this push:
new fa66d1e Fix Rat header check on logo files
new 54a9dc5 Merge pull request #632 from fpapon/RAT
fa66d1e is described below
commit fa66d1eab17315078f492df2fe6699a1c3b07135
Author: Francois Papon <[email protected]>
AuthorDate: Sun Mar 21 07:35:25 2021 +0100
Fix Rat header check on logo files
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 083717f..bd9d5f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1410,7 +1410,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>