diff --git a/travis/publish.sh b/travis/publish.sh index be7bf887e1..e686c98361 100755 --- a/travis/publish.sh +++ b/travis/publish.sh @@ -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 -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