You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by co...@apache.org on 2022/03/02 08:41:00 UTC

[santuario-xml-security-java] branch master updated: Fixing log4j2 configuration for tests

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

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/santuario-xml-security-java.git


The following commit(s) were added to refs/heads/master by this push:
     new a1f6a09  Fixing log4j2 configuration for tests
a1f6a09 is described below

commit a1f6a0911e2040af149e9a783faadda5c8393544
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Wed Mar 2 08:40:45 2022 +0000

    Fixing log4j2 configuration for tests
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 01d12cb..9dfc83d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -462,7 +462,7 @@
                                 <systemPropertyVariables>
                                     <product.version>${project.version}</product.version>
                                     <!--<jakarta.xml.bind.JAXBContext>${xmlsec.jaxb.context.class}</jakarta.xml.bind.JAXBContext>-->
-                                    <log4j.configuration>log4j-xmlsec.xml</log4j.configuration>
+                                    <log4j.configurationFile>src/test/resources/log4j2.xml</log4j.configurationFile>
                                     <javax.xml.accessExternalDTD>file</javax.xml.accessExternalDTD>
                                 </systemPropertyVariables>
                             </configuration>
@@ -507,7 +507,7 @@
                                 <argLine>-Xmx2000m --add-opens java.base/java.lang.reflect=ALL-UNNAMED</argLine>
                                 <systemPropertyVariables>
                                     <product.version>${project.version}</product.version>
-                                    <log4j.configuration>log4j-xmlsec.xml</log4j.configuration>
+                                    <log4j.configurationFile>src/test/resources/log4j2.xml</log4j.configurationFile>
                                     <!--<jakarta.xml.bind.JAXBContext>${xmlsec.jaxb.context.class}</jakarta.xml.bind.JAXBContext>-->
                                     <javax.xml.accessExternalDTD>file</javax.xml.accessExternalDTD>
                                 </systemPropertyVariables>