You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mm...@apache.org on 2019/12/10 20:34:25 UTC

[accumulo] branch 1.9 updated: Turn off trim stacktrace on failsafe plugin (#1452)

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

mmiller pushed a commit to branch 1.9
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/1.9 by this push:
     new 4627660  Turn off trim stacktrace on failsafe plugin (#1452)
4627660 is described below

commit 4627660e075310c8126926b9aacf17f81dec4ca7
Author: Mike Miller <mm...@apache.org>
AuthorDate: Tue Dec 10 15:26:19 2019 -0500

    Turn off trim stacktrace on failsafe plugin (#1452)
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index bc548a8..b7cb20f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -709,6 +709,7 @@
             <systemPropertyVariables>
               <java.io.tmpdir>${project.build.directory}</java.io.tmpdir>
             </systemPropertyVariables>
+            <trimStackTrace>false</trimStackTrace>
           </configuration>
         </plugin>
         <plugin>