Ok it works fine 😊 Found and fixed the error that was on my calling script ...
Regards, Laurent -----Message d'origine----- De : Jean-Baptiste Onofré <j...@nanthrax.net> Envoyé : lundi 3 janvier 2022 15:11 À : dev@activemq.apache.org Objet : Re: ActiveMQ 5.17.0 and mvn issue I'm sure it works: I'm always using it ;) I just do: mvn clean install -DskipTests You should see: [INFO] Tests are skipped. in the maven log output. By the way, I recommend to use JDK 11 for now (I have to merge a fix for JDK 17, there's a missing import package arg). Regards JB On 03/01/2022 15:05, Laurent Blanquet wrote: > 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 >> >>