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/sling-parent.git
The following commit(s) were added to refs/heads/master by this push:
new dbd67bd SLING-9451 do not trim stack traces in tests/ITs
dbd67bd is described below
commit dbd67bd8b87288c6999be2dc5b20946d48724539
Author: Konrad Windszus <[email protected]>
AuthorDate: Thu May 14 18:27:10 2020 +0200
SLING-9451 do not trim stack traces in tests/ITs
---
sling-parent/pom.xml | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/sling-parent/pom.xml b/sling-parent/pom.xml
index abe95b0..d2d5bfd 100644
--- a/sling-parent/pom.xml
+++ b/sling-parent/pom.xml
@@ -332,6 +332,19 @@
</dependency>
</dependencies>
</plugin>
+ <!-- only overwrite config for surefire/failsafe -->
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <trimStackTrace>false</trimStackTrace>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-failsafe-plugin</artifactId>
+ <configuration>
+ <trimStackTrace>false</trimStackTrace>
+ </configuration>
+ </plugin>
<plugin>
<groupId>org.apache.sling</groupId>
<artifactId>maven-jspc-plugin</artifactId>