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/archiva-jenkins-lib.git


The following commit(s) were added to refs/heads/master by this push:
     new c48adc9  force -U
c48adc9 is described below

commit c48adc9ba319380e73bf1c2c0cd41072f203e180
Author: olivier lamy <ol...@apache.org>
AuthorDate: Sat Dec 29 20:26:21 2018 +1000

    force -U
    
    Signed-off-by: olivier lamy <ol...@apache.org>
---
 vars/asfStandardBuild.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vars/asfStandardBuild.groovy b/vars/asfStandardBuild.groovy
index bb7755c..8e4ab90 100644
--- a/vars/asfStandardBuild.groovy
+++ b/vars/asfStandardBuild.groovy
@@ -80,7 +80,7 @@ def mavenBuild(jdk, cmdline, mvnName, publishers) {
           mavenLocalRepo: localRepo,
           options: publishers) {
     // Some common Maven command line + provided command line
-    sh "mvn -V -B -e -Dmaven.test.failure.ignore=true $cmdline "
+    sh "mvn -V -B -U -e -Dmaven.test.failure.ignore=true $cmdline "
   }
 }
 

Reply via email to