Use quiet mode for Maven

This commit is contained in:
Arnaud Cogoluègnes 2016-09-27 15:33:31 +02:00
parent b75bbf822a
commit 46d0977209
2 changed files with 3 additions and 3 deletions

View File

@ -25,14 +25,14 @@ See [CONTRIBUTING.md](https://github.com/rabbitmq/rabbitmq-mqtt/blob/master/CONT
After cloning RabbitMQ umbrella repository, change into the `rabbitmq-mqtt` directory
and run
make test
make tests
This will bring up a RabbitMQ node with the plugin enabled and run integration tests
against it. Note that there must be no other MQTT server running on ports `1883` and `8883`.
## Copyright and License
(c) 2007 — 2015 Pivotal Software, Inc.
(c) 2007 — 2016 Pivotal Software, Inc.
Released under the [Mozilla Public License](http://www.rabbitmq.com/mpl.html),
the same as RabbitMQ.

View File

@ -13,7 +13,7 @@ deps:
mvn dependency:copy-dependencies -DoutputDirectory=lib
tests:
mvn $(MVN_FLAGS) test
mvn -q $(MVN_FLAGS) test
clean:
mvn clean