You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by st...@apache.org on 2020/04/06 05:50:27 UTC

[phoenix-omid] branch master updated: OMID-155 disable trimStackTrace

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

stoty pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix-omid.git


The following commit(s) were added to refs/heads/master by this push:
     new 73d032d  OMID-155 disable trimStackTrace
73d032d is described below

commit 73d032d48240e3b1e6e00db9aae59d7d76066bee
Author: Istvan Toth <st...@cloudera.com>
AuthorDate: Thu Apr 2 18:47:16 2020 +0200

    OMID-155 disable trimStackTrace
    
    clone of PHOENIX-5814 disable trimStackTrace
    
    Closes #60
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 8ee903b..912a2de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -261,6 +261,7 @@
                     <configuration>
                         <forkCount>1C</forkCount>
                         <redirectTestOutputToFile>true</redirectTestOutputToFile>
+                        <trimStackTrace>false</trimStackTrace>
                     </configuration>
                 </plugin>