Skip to content

Commit

Permalink
Merge pull request #5299 from systay/less-mvn-output
Browse files Browse the repository at this point in the history
Less output from Maven
  • Loading branch information
deepthi committed Oct 15, 2019
2 parents edd5d18 + 810a919 commit ee9f1ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -117,7 +117,7 @@ site_integration_test:

java_test:
go install ./go/cmd/vtgateclienttest ./go/cmd/vtcombo
mvn -f java/pom.xml clean verify
mvn -f java/pom.xml -B clean verify

install_protoc-gen-go:
go install github.com/golang/protobuf/protoc-gen-go
Expand Down

0 comments on commit ee9f1ce

Please sign in to comment.