This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new a41e533 Update readme.txt a41e533 is described below commit a41e53386a949e703313bf500bbdea66e4c401dc Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Fri May 14 17:01:15 2021 +0200 Update readme.txt --- components/camel-rabbitmq/readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-rabbitmq/readme.txt b/components/camel-rabbitmq/readme.txt index f656e10..b9bbdce 100644 --- a/components/camel-rabbitmq/readme.txt +++ b/components/camel-rabbitmq/readme.txt @@ -9,4 +9,4 @@ of such tests is done automatically by checking either the docker socket or the It is also possible to run the tests using an embedded Qpid broker, for interoperability test. To run such tests, execute maven with the `-Drabbitmq.instance.type=qpid` -```mvn Drabbitmq.instance.type=qpid verify``` +```mvn -Drabbitmq.instance.type=qpid verify```