This is an automated email from the ASF dual-hosted git repository.
jsorel pushed a commit to branch geoapi-4.0
in repository https://gitbox.apache.org/repos/asf/sis.git
The following commit(s) were added to refs/heads/geoapi-4.0 by this push:
new d85273e Pom : disable trimStackTrace by default in surefire plugin
d85273e is described below
commit d85273e1764e8533d85902e7d57c01b2bb9ff655
Author: jsorel <johann.sorel@geomatys.com>
AuthorDate: Wed Apr 15 12:04:26 2020 +0200
Pom : disable trimStackTrace by default in surefire plugin
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index f43d9b7..d0ce842 100644
--- a/pom.xml
+++ b/pom.xml
@@ -610,7 +610,6 @@
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
- <trimStackTrace>false</trimStackTrace>
<environmentVariables>
<SIS_DATA>${session.executionRootDirectory}/target</SIS_DATA>
</environmentVariables>
@@ -691,6 +690,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M4</version>
<configuration>
+ <trimStackTrace>false</trimStackTrace>
<includes>
<include>**/*TestSuite.java</include>
</includes>
|