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:26:28 UTC

[accumulo] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/accumulo.git


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

commit 0dae213b74847d2b9a736c46a9d5fadde3753a09
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 b27ad1f..0ce18d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -966,6 +966,7 @@
             <systemPropertyVariables>
               <java.io.tmpdir>${project.build.directory}</java.io.tmpdir>
             </systemPropertyVariables>
+            <trimStackTrace>false</trimStackTrace>
           </configuration>
         </plugin>
         <plugin>