|
|
|
@ -168,7 +168,7 @@ if is_pull_request; then
@@ -168,7 +168,7 @@ if is_pull_request; then
|
|
|
|
|
# If we are on master, we will deploy the latest snapshot or release version |
|
|
|
|
# - If a release commit fails to deploy for a transient reason, delete the broken version from bintray and click rebuild |
|
|
|
|
elif is_travis_branch_master; then |
|
|
|
|
./mvnw --batch-mode -s ./.settings.xml -Prelease -nsu -pl -:benchmark -DskipTests deploy |
|
|
|
|
./mvnw --batch-mode -s ./.settings.xml -Prelease -nsu -pl -:feign-benchmark -DskipTests deploy |
|
|
|
|
|
|
|
|
|
# If the deployment succeeded, sync it to Maven Central. Note: this needs to be done once per project, not module, hence -N |
|
|
|
|
if is_release_commit; then |
|
|
|
|