Github user clebertsuconic commented on the issue:
https://github.com/apache/activemq-artemis/pull/2083
@blsemo I'm not sure I understand your question. you mean how to run a test
individually on command line?
```sh
mvn -Ptests -DfailIfNoTests=false -Pextra-tests -DskipStyleCheck=true
-DskipPerformanceTests=false -Dtest=$1 test
```
but I'm lazy.. and I added a script on
artemis-checkout-dir/scripts/one-test.sh doing exactly that.---
