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

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


The following commit(s) were added to refs/heads/main by this push:
     new a7062365782 INFRA-24713: trying to work-around snapshot deployment 
issues
a7062365782 is described below

commit a70623657827aaf2e957d5e615dc02724cacf5b2
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Thu Jun 22 09:19:04 2023 +0200

    INFRA-24713: trying to work-around snapshot deployment issues
---
 Jenkinsfile.deploy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.deploy b/Jenkinsfile.deploy
index 18ca2c4e456..26df25d492d 100644
--- a/Jenkinsfile.deploy
+++ b/Jenkinsfile.deploy
@@ -69,7 +69,7 @@ pipeline {
                 }
             }
             steps {
-                sh "./mvnw $MAVEN_PARAMS -Pdeploy -Dmaven.test.skip.exec=true 
clean deploy"
+                sh "./mvnw $MAVEN_PARAMS -Pdeploy 
-Dmaven.resolver.transport=wagon -Dmaven.test.skip.exec=true clean deploy"
             }
         }
 

Reply via email to