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.243.146.148): icmp_seq=1 ttl=55 time=49.7 ms
If your IP is banned try adding `127.0.0.1 repository.apache.org` in your /etc/hosts file, then you should get: $ ping repository.apache.org PING repository.apache.org (127.0.0.1) 56(84) bytes of data. 64 bytes from localhost (127.0.0.1): icmp_seq=1 ttl=64 time=0.021 ms Regards, Domenico On Thu, 8 Sept 2022 at 13:07, Benny K <ben...@gmx.net> wrote: > 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... > Downloading from apache.snapshots: > https://repository.apache.org/content/repositories/snapshots/org/apache/felix/maven-bundle-plugin/5.1.6/maven-bundle-plugin-5.1.6.jar > Downloading from apache.snapshots: > https://repository.apache.org/content/repositories/snapshots/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.jar > Downloading from apache.snapshots: > https://repository.apache.org/content/repositories/snapshots/biz/aQute/bnd/biz.aQute.bndlib/6.2.0/biz.aQute.bndlib-6.2.0.jar > > If i restart its always stuck on another download... > > ... > Downloading from apache.snapshots: > https://repository.apache.org/content/repositories/snapshots/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.jar > > or > > ... > Downloading from apache.snapshots: > https://repository.apache.org/content/repositories/snapshots/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.jar > > > or > > ... > Downloading from apache.snapshots: > https://repository.apache.org/content/repositories/snapshots/org/jdom/jdom/1.1/jdom-1.1.jar > > > > Whats cooking here? Internet-Connection works fine so far, no problems in > "daily business" ... > Thanks for help :-) > > Best Regards > Benjamin > > >