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

stefanegli pushed a commit to branch OAK-10347
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/OAK-10347 by this push:
     new 12dda69c4c temporarily enabling console logger to analyse 
DocumentDiscoveryLiteServiceTest on sonarcloud
12dda69c4c is described below

commit 12dda69c4ccb5b0878458cd68ed2f15914697a76
Author: Stefan Egli <stefane...@apache.org>
AuthorDate: Thu Jul 13 18:22:00 2023 +0200

    temporarily enabling console logger to analyse 
DocumentDiscoveryLiteServiceTest on sonarcloud
---
 oak-store-document/pom.xml                             | 6 ++++++
 oak-store-document/src/test/resources/logback-test.xml | 2 --
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/oak-store-document/pom.xml b/oak-store-document/pom.xml
index 948ac6ad85..0aad642fef 100644
--- a/oak-store-document/pom.xml
+++ b/oak-store-document/pom.xml
@@ -66,6 +66,12 @@
           </systemPropertyVariables>
         </configuration>
       </plugin>
+      <plugin>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <redirectTestOutputToFile>false</redirectTestOutputToFile>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 
diff --git a/oak-store-document/src/test/resources/logback-test.xml 
b/oak-store-document/src/test/resources/logback-test.xml
index 7a9abc43b8..664bea3597 100644
--- a/oak-store-document/src/test/resources/logback-test.xml
+++ b/oak-store-document/src/test/resources/logback-test.xml
@@ -30,9 +30,7 @@
 </appender>
 
 <root level="INFO">
-    <!--
     <appender-ref ref="console"/>
-    -->
     <appender-ref ref="file"/>
 </root>
 

Reply via email to