You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by li...@apache.org on 2020/03/10 01:59:23 UTC

[dubbo] 04/07: [CI] fix source jar upload issue for snapshot

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

liujun pushed a commit to branch 2.7.6-release
in repository https://gitbox.apache.org/repos/asf/dubbo.git

commit b7730b3c781ea289590d5c859e04403b5ce7248b
Author: Huang YunKun <ht...@gmail.com>
AuthorDate: Fri Mar 6 21:28:59 2020 +0800

    [CI] fix source jar upload issue for snapshot
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 65f1773..15eda40 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -108,7 +108,7 @@ pipeline {
             steps {
                 timeout(40) {
                     sh './mvnw --version'
-                    sh './mvnw clean source:jar javadoc:jar package deploy -pl dubbo-dependencies-bom && ./mvnw clean package deploy -DskipTests=true'
+                    sh './mvnw clean package deploy -pl dubbo-dependencies-bom && ./mvnw clean source:jar javadoc:jar package deploy -DskipTests=true'
                 }
             }
         }