[CI] add source and javadoc jar to snapshot

This commit is contained in:
Huang YunKun 2020-03-06 18:43:28 +08:00 committed by ken.lj
parent a5738065a9
commit 5f8a5316c4
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -106,9 +106,9 @@ pipeline {
}
}
steps {
timeout(35) {
timeout(40) {
sh './mvnw --version'
sh './mvnw clean package deploy -pl dubbo-dependencies-bom && ./mvnw clean package deploy -DskipTests=true'
sh './mvnw clean source:jar javadoc:jar package deploy -pl dubbo-dependencies-bom && ./mvnw clean package deploy -DskipTests=true'
}
}
}