You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gn...@apache.org on 2020/02/13 12:56:14 UTC

[camel] 04/05: Do not trim stack traces

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

gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit f856a2003a97b7304b834bfb51820128710e5e1a
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Thu Feb 13 12:50:09 2020 +0100

    Do not trim stack traces
---
 parent/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/parent/pom.xml b/parent/pom.xml
index 862d9c8..8f879cc 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -39,6 +39,7 @@
         <cxf.codegen.jvmArgs/>
         <camel.surefire.fork.vmargs/>
         <cxf.xjc.jvmArgs/>
+        <trimStackTrace>false</trimStackTrace>
         <!-- dependency versions -->
         <abdera-version>1.1.3</abdera-version>
         <!-- Note that activemq dependency is only used for testing! -->