Repository: storm Updated Branches: refs/heads/master 1b8b648d3 -> 2151a2d21
STORM-2767: Disable Surefire stack trace trimming Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/3e3a0412 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/3e3a0412 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/3e3a0412 Branch: refs/heads/master Commit: 3e3a04122740808799cafe460788f475cec05e89 Parents: a4fc110 Author: Stig Rohde Døssing <[email protected]> Authored: Sat Sep 30 16:34:47 2017 +0200 Committer: Stig Rohde Døssing <[email protected]> Committed: Sat Sep 30 16:34:47 2017 +0200 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/3e3a0412/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 89dd843..bf6bf1c 100644 --- a/pom.xml +++ b/pom.xml @@ -1113,6 +1113,7 @@ <include>${java.unit.test.include}</include> </includes> <argLine>-Xmx1536m</argLine> + <trimStackTrace>false</trimStackTrace> </configuration> </plugin> <plugin>
