Skip to content

Commit 9c72569

Browse files
authored
Master build was failing due to attempt to build benchmark (OpenFeign#653)
1 parent eb944cf commit 9c72569

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

travis/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ if is_pull_request; then
168168
# If we are on master, we will deploy the latest snapshot or release version
169169
# - If a release commit fails to deploy for a transient reason, delete the broken version from bintray and click rebuild
170170
elif is_travis_branch_master; then
171-
./mvnw --batch-mode -s ./.settings.xml -Prelease -nsu -pl -:benchmark -DskipTests deploy
171+
./mvnw --batch-mode -s ./.settings.xml -Prelease -nsu -DskipTests deploy
172172

173173
# If the deployment succeeded, sync it to Maven Central. Note: this needs to be done once per project, not module, hence -N
174174
if is_release_commit; then

0 commit comments

Comments
 (0)