You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2018/03/20 08:23:27 UTC

[camel] branch master updated: CAMEL-11930: rework deployment to ASF repository (2)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 91e5126  CAMEL-11930: rework deployment to ASF repository (2)
91e5126 is described below

commit 91e51260d57944dd377284961b3f28781679225e
Author: Zoran Regvart <zr...@apache.org>
AuthorDate: Tue Mar 20 09:23:24 2018 +0100

    CAMEL-11930: rework deployment to ASF repository (2)
    
    Seems that we need to trigger maven-deploy-plugin explicitly.
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 66643ed..e9ee8c1 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -40,7 +40,7 @@ pipeline {
 
         stage('Build') {
             steps {
-                sh "./mvnw $MAVEN_PARAMS -Dnoassembly -Dmaven.test.skip.exec=true -DdeployAtEnd=true clean deploy"
+                sh "./mvnw $MAVEN_PARAMS -Dnoassembly -Dmaven.test.skip.exec=true -DdeployAtEnd=true clean install deploy:deploy"
             }
         }
 

-- 
To stop receiving notification emails like this one, please contact
zregvart@apache.org.