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-site.git
The following commit(s) were added to refs/heads/master by this push:
new 5bebb5cb add -ntp option
5bebb5cb is described below
commit 5bebb5cb885284d8ebcb36ec5c47ec54126b108e
Author: Olivier Lamy <[email protected]>
AuthorDate: Sat Dec 10 11:50:22 2022 +1000
add -ntp option
---
Jenkinsfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index eff74fdb..50ab3514 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -38,7 +38,7 @@
withEnv(["JAVA_HOME=${ tool "jdk_17_latest" }",
"PATH+MAVEN=${ tool "jdk_17_latest" }/bin:${tool
"maven_3_latest"}/bin",
"MAVEN_OPTS=-Xms2g -Xmx4g -Djava.awt.headless=true"])
{
- sh "mvn -U clean site -Dmaven.repo.local=.repository"
+ sh "mvn -U -ntp clean site -Dmaven.repo.local=.repository"
}
}
}
@@ -50,7 +50,7 @@
withEnv(["JAVA_HOME=${ tool "jdk_17_latest" }",
"PATH+MAVEN=${ tool "jdk_17_latest" }/bin:${tool
"maven_3_latest"}/bin",
"MAVEN_OPTS=-Xms2g -Xmx4g -Djava.awt.headless=true"])
{
- sh "mvn -U clean site-deploy
-Dmaven.repo.local=.repository"
+ sh "mvn -U -ntp clean site-deploy
-Dmaven.repo.local=.repository"
}
}
}