You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rm...@apache.org on 2016/07/13 09:03:27 UTC

tomee git commit: trimStackTrace=false for surefire in parent pom

Repository: tomee
Updated Branches:
  refs/heads/master 21ee2b6f8 -> 74fdd3341


trimStackTrace=false for surefire in parent pom


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/74fdd334
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/74fdd334
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/74fdd334

Branch: refs/heads/master
Commit: 74fdd3341b1e2d99206b2b8c23248a25b05c1507
Parents: 21ee2b6
Author: Romain manni-Bucau <rm...@gmail.com>
Authored: Wed Jul 13 11:03:17 2016 +0200
Committer: Romain manni-Bucau <rm...@gmail.com>
Committed: Wed Jul 13 11:03:17 2016 +0200

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/74fdd334/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b05ed99..80c4ce8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -353,6 +353,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
+          <trimStackTrace>false</trimStackTrace>
           <reuseForks>false</reuseForks>
           <!-- to be removed when all test lifecycles are fixed -->
         </configuration>