You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cs...@apache.org on 2017/09/25 12:47:24 UTC

activemq git commit: NO-JIRA: Exclude logo.svg from apache-rat check

Repository: activemq
Updated Branches:
  refs/heads/master 76cc77966 -> 62ce85265


NO-JIRA: Exclude logo.svg from apache-rat check


Project: http://git-wip-us.apache.org/repos/asf/activemq/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/62ce8526
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/62ce8526
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/62ce8526

Branch: refs/heads/master
Commit: 62ce85265978e503c64024994bf391c185fbbd4c
Parents: 76cc779
Author: Christopher L. Shannon (cshannon) <ch...@gmail.com>
Authored: Mon Sep 25 08:47:04 2017 -0400
Committer: Christopher L. Shannon (cshannon) <ch...@gmail.com>
Committed: Mon Sep 25 08:47:04 2017 -0400

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq/blob/62ce8526/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index aef244e..57dcb58 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1487,6 +1487,7 @@
             <exclude>**/stomp.js</exclude>
             <exclude>**/__init__.py</exclude>
             <exclude>**/webapp/decorators/footer.jsp</exclude>
+            <exclude>**/docs/img/logo.svg</exclude>
           </excludes>
         </configuration>
       </plugin>