Re: maven stuck

2022-09-08 Thread Robbie Gemmell
I looked into why the repository definition was there originally and decided to update the examples root pom to just disable looking at the snapshots repo for release artifacts, which it should never be doing: https://github.com/apache/activemq-artemis/commit/065bfe14f532858f2c2a20b0afb1a226b08ce01

Re: maven stuck

2022-09-08 Thread Robbie Gemmell
That is trying to download release artifacts from the snapshots repository which it shouldnt be doing. Seems like the examples are incorrectly [and unnecessarily] adding a repo definition that is letting it do that. Yep, the root examples/pom.xml has some repositories defined...delete them. Them b

Aw: Re: maven stuck

2022-09-08 Thread Benny K
/23.833/25.262/1.508 ms   Best Regards Benjamin   Gesendet: Donnerstag, 08. September 2022 um 13:19 Uhr Von: "Domenico Francesco Bruscino" An: users@activemq.apache.org Betreff: Re: maven stuck Hi Benjamin, maybe your IP is banned, check if your IP is banned, pinging repository.apac

Re: maven stuck

2022-09-08 Thread Domenico Francesco Bruscino
Hi Benjamin, maybe your IP is banned, check if your IP is banned, pinging repository.apache.org, if your IP isn't banned you should get: $ ping repository.apache.org PING repository.apache.org (136.243.146.148) 56(84) bytes of data. 64 bytes from static.148.146.243.136.clients.your-server.de (136.

maven stuck

2022-09-08 Thread Benny K
Hi there, hope your doing fine. unfortunaltey no one is answering in slack just trying to have a look at the examples cd /opt/apache-artemis-2.24.0/examples/features/ha/client-side-failoverlistener sudo mvn verify its always stuck on some downloads... [INFO] Scanning for projects... Downloadi