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

rfscholte 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 1279ec7  Always show stacktrace
1279ec7 is described below

commit 1279ec768b240947411adafeb91c4967f5c003ac
Author: rfscholte <rfscho...@apache.org>
AuthorDate: Fri Nov 23 21:13:37 2018 +0100

    Always show stacktrace
---
 vars/asfMavenTlpPlgnBuild.groovy | 1 +
 1 file changed, 1 insertion(+)

diff --git a/vars/asfMavenTlpPlgnBuild.groovy b/vars/asfMavenTlpPlgnBuild.groovy
index 0ac0cdf..a9208f4 100644
--- a/vars/asfMavenTlpPlgnBuild.groovy
+++ b/vars/asfMavenTlpPlgnBuild.groovy
@@ -117,6 +117,7 @@ def doCreateTask( os, jdk, maven, tasks, first, plan, 
taskContext )
     '-P+run-its',
     '-Dmaven.test.failure.ignore=true',
     '-Dfindbugs.failOnError=false',
+    '-e',
   ]
   if (!first) {
     cmd += '-Dfindbugs.skip=true'

Reply via email to