Hi, Did you try:
mvn clean install -DskipTests ? It works fine for me and on Jenkins. Regards JB On 03/01/2022 14:54, Laurent Blanquet wrote:
Hello, I'm trying to build ActiveMQ latest release from the sources, and I cannot switch off testing. I use the following command (found at https://activemq.apache.org/building) : mvn -Dtest=false -DfailIfNoTests=false clean install and the tests are still launched and take a very long time to achieve. Thanks for support, Laurent