You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2023/02/15 17:39:21 UTC

[cxf] 02/02: Update Jenkinsfile pipeline to update snapshots for Apache Maven builds

This is an automated email from the ASF dual-hosted git repository.

reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 4e1c0dd205952c8194df33df803336b3204046cb
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Wed Feb 15 12:39:04 2023 -0500

    Update Jenkinsfile pipeline to update snapshots for Apache Maven builds
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 524939b0ed..77f1204cc3 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -51,7 +51,7 @@ pipeline {
             stages {
               stage('Build & Test') {
                 steps {
-                  sh 'mvn -B clean install'
+                  sh 'mvn -U -B clean install'
                   // step([$class: 'JiraIssueUpdater', issueSelector: [$class: 'DefaultIssueSelector'], scm: scm])
                 }
                 post {