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

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


The following commit(s) were added to refs/heads/new-logging by this push:
     new 0679a3195c suppress unnecessary log4j2.properties file from console 
war overlay files
0679a3195c is described below

commit 0679a3195c5dd9ece255178090409175d06f43ae
Author: Robbie Gemmell <[email protected]>
AuthorDate: Mon Sep 12 15:20:09 2022 +0100

    suppress unnecessary log4j2.properties file from console war overlay files
---
 artemis-hawtio/artemis-console/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/artemis-hawtio/artemis-console/pom.xml 
b/artemis-hawtio/artemis-console/pom.xml
index 23140de542..0854d4a19a 100644
--- a/artemis-hawtio/artemis-console/pom.xml
+++ b/artemis-hawtio/artemis-console/pom.xml
@@ -101,6 +101,7 @@
                 <exclude>img/**/*</exclude>
                 <exclude>fonts/glyphicons**</exclude>
                 <exclude>WEB-INF/lib/guava*.jar</exclude>
+                <exclude>WEB-INF/classes/log4j2.properties</exclude>
               </excludes>
             </overlay>
           </overlays>

Reply via email to