Github user clebertsuconic commented on the issue:
https://github.com/apache/activemq-artemis/pull/2406
how to run a single test:
```
mvn -Ptests -DfailIfNoTests=false -Pextra-tests -DskipStyleCheck=true
-DskipPerformanceTests=false -Dtest=$1 test
```
^^^ the following is provided as ./scripts/one-test.sh from main.
and TBH: most people just use the IDE to start a single test.
or if you just want to run the integration-tests, you can call mvn -Ptests
within integration-tests
I really don't see a reason for this profile.
---