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

commit dffbb984650d701e2771aa867135cc1302c35456
Author: Otavio Rodolfo Piske <angusyo...@gmail.com>
AuthorDate: Thu Jun 22 10:46:37 2023 +0200

    Revert "INFRA-24713: trying to work-around snapshot deployment issues"
    
    This reverts commit a70623657827aaf2e957d5e615dc02724cacf5b2.
    
    This did not affect the publication of snapshots.
---
 Jenkinsfile.deploy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

Reply via email to