Skip to content

Commit 3b400e5

Browse files
committed
maven-debug
Signed-off-by: Damien Duportal <damien.duportal@gmail.com>
1 parent b1e8599 commit 3b400e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def mavenEnv(Map params = [:], Closure body) {
2222
infra.withArtifactCachingProxy {
2323
withEnv([
2424
'JAVA_HOME=/opt/jdk-' + params['jdk'],
25-
"MAVEN_ARGS=${env.MAVEN_ARGS != null ? MAVEN_ARGS : ''} -B -ntp -Dmaven.repo.local=${WORKSPACE_TMP}/m2repo",
25+
"MAVEN_ARGS=${env.MAVEN_ARGS != null ? MAVEN_ARGS : ''} -B -Dmaven.repo.local=${WORKSPACE_TMP}/m2repo",
2626
"MVN_LOCAL_REPO=${WORKSPACE_TMP}/m2repo",
2727
]) {
2828
body()

0 commit comments

Comments
 (0)