You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by kw...@apache.org on 2021/02/26 11:12:04 UTC

[jackrabbit-filevault] branch master updated: JCRVLT-508 place the derby.log created during ITs below target folder

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

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jackrabbit-filevault.git


The following commit(s) were added to refs/heads/master by this push:
     new f91c3d7  JCRVLT-508 place the derby.log created during ITs below target folder
f91c3d7 is described below

commit f91c3d73ab33e4155837768d70b7c3e8c7da9e2d
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Fri Feb 26 12:10:25 2021 +0100

    JCRVLT-508 place the derby.log created during ITs below target folder
---
 parent/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/parent/pom.xml b/parent/pom.xml
index d9ec2d2..1f1ca1f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -196,7 +196,15 @@ Bundle-Category: jackrabbit
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-plugin</artifactId>
                     <configuration>
+                        <trimStackTrace>false</trimStackTrace>
+                    </configuration>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-failsafe-plugin</artifactId>
+                    <configuration>
                         <systemProperties>
+                            <!-- put derby.log (created for Jackrabbit based ITs below target instead of the current directory) -->
                             <property>
                                 <name>derby.stream.error.file</name>
                                 <value>target/derby.log</value>