This is an automated email from the ASF dual-hosted git repository. khmarbaise 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 b8c45db Make sure we get the most recent version of SNAPSHOT's. b8c45db is described below commit b8c45db89c329f388cd44ca047ea142bcec1c05e Author: Karl Heinz Marbaise <khmarba...@apache.org> AuthorDate: Sat Jul 28 10:54:14 2018 +0200 Make sure we get the most recent version of SNAPSHOT's. --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index f42d250..09820e8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,7 @@ pipeline { findbugsPublisher(disabled: true), openTasksPublisher(disabled: true) ]) { - sh "mvn clean site" + sh "mvn -U clean site" } } } @@ -29,7 +29,7 @@ pipeline { findbugsPublisher(disabled: true), openTasksPublisher(disabled: true) ]) { - sh "mvn clean site-deploy" + sh "mvn -U clean site-deploy" } } } @@ -47,4 +47,4 @@ pipeline { disableConcurrentBuilds() ansiColor('xterm') } -} \ No newline at end of file +}