You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2022/03/16 00:25:53 UTC

[maven-jenkins-lib] branch master updated: we need stack trace to be able to debug correctly

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

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jenkins-lib.git


The following commit(s) were added to refs/heads/master by this push:
     new 0d0aa16  we need stack trace to be able to debug correctly
0d0aa16 is described below

commit 0d0aa168ce5e5e5dc4a8fcded98bd955f79d2605
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Wed Mar 16 10:25:28 2022 +1000

    we need stack trace to be able to debug correctly
---
 vars/asfMavenTlpPlgnBuild.groovy | 1 +
 1 file changed, 1 insertion(+)

diff --git a/vars/asfMavenTlpPlgnBuild.groovy b/vars/asfMavenTlpPlgnBuild.groovy
index 098e85e..5555577 100644
--- a/vars/asfMavenTlpPlgnBuild.groovy
+++ b/vars/asfMavenTlpPlgnBuild.groovy
@@ -126,6 +126,7 @@ def doCreateTask( os, jdk, maven, tasks, first, plan, taskContext )
   }
   def cmd = [
     'mvn', '-V',
+    '-DtrimStackTrace=false', 
     '-P+run-its',
     '-Dmaven.test.failure.ignore=true',
     '-Dfindbugs.failOnError=false',