File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -171,13 +171,15 @@ jobs:
171171 name : Build and deploy libstarlark
172172 command : |
173173 mvn versions:set -DnewVersion=${CIRCLE_TAG} -pl libstarlark
174- mvn clean dependency:go-offline package deploy -pl libstarlark -U -Dmaven.test.skip.exec -T 2.0C -B -P bintray,github
174+ mvn clean dependency:go-offline package -pl libstarlark -U -Dmaven.test.skip.exec -T 2.0C -B
175+ mvn deploy -DskipTests -pl libstarlark -P bintray,github
175176 - run :
176177 name : Build and deploy larky
177178 command : |
178179 mvn versions:set-property -Dproperty=libstarlark.version -DnewVersion=${CIRCLE_TAG}
179180 mvn versions:set -DnewVersion=${CIRCLE_TAG} -pl larky
180- mvn clean dependency:go-offline package deploy -pl larky -U -Dmaven.test.skip.exec -T 2.0C -B -P bintray,github
181+ mvn clean dependency:go-offline package -pl larky -U -Dmaven.test.skip.exec -T 2.0C -B
182+ mvn deploy -DskipTests -pl larky -P bintray,github
181183
182184 build-dist-linux :
183185 << : *job-defaults
You can’t perform that action at this time.
0 commit comments