display mvn stack trace

Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
This commit is contained in:
olivier lamy 2018-05-15 10:05:38 +10:00
parent 9aa645cf98
commit 7e99e07a5b
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -46,7 +46,7 @@ def getFullBuild(jdk, os) {
publisherStrategy: 'EXPLICIT',
globalMavenSettingsConfig: settingsName,
mavenLocalRepo: localRepo) {
sh "mvn -V -B clean install -DskipTests -T6"
sh "mvn -V -B clean install -DskipTests -T6 -e"
}
}
@ -68,7 +68,7 @@ def getFullBuild(jdk, os) {
publisherStrategy: 'EXPLICIT',
globalMavenSettingsConfig: settingsName,
mavenLocalRepo: localRepo) {
sh "mvn -V -B javadoc:javadoc -T6"
sh "mvn -V -B javadoc:javadoc -T6i -e"
}
}
}