It does not work for me (Windows 10 + JDK 17). I've just installed Maven, not Jenkins.
Regards, Laurent -----Message d'origine----- De : Jean-Baptiste Onofré <j...@nanthrax.net> Envoyé : lundi 3 janvier 2022 14:56 À : dev@activemq.apache.org Objet : Re: ActiveMQ 5.17.0 and mvn issue 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 > >