Re: Failed to connect to repo.maven.apache.org when building guacamole-client

2024-06-04 Thread Willy Manga
For reference purpose, On 31/05/2024 17:56, Willy Manga wrote: Hi, [...] Problem solved. I had to explicitely instruct java to to prefer IPv6. I invoked maven like this: MAVEN_OPTS="-Djava.net.preferIPv6Addresses=true" mvn package -X java.net.preferIPv6Addresses=system is even better. Yo

Re: Failed to connect to repo.maven.apache.org when building guacamole-client

2024-05-31 Thread Willy Manga
Hi, On 31/05/2024 14:41, Nick Couchman wrote: On Thu, May 30, 2024 at 10:05 PM Willy Manga wrote: Hi, I want to be sure I am not missing anything and it is a network issue on my side. I want to build guacamole-client . Here is my environment: - maven 3.6.3-5 (running on debian 11) - IPv6-on

Re: Failed to connect to repo.maven.apache.org when building guacamole-client

2024-05-31 Thread Nick Couchman
On Thu, May 30, 2024 at 10:05 PM Willy Manga wrote: > Hi, > > I want to be sure I am not missing anything and it is a network issue on > my side. > > I want to build guacamole-client . Here is my environment: > - maven 3.6.3-5 (running on debian 11) > - IPv6-only with a NAT64 gateway in the netwo

Failed to connect to repo.maven.apache.org when building guacamole-client

2024-05-30 Thread Willy Manga
Hi, I want to be sure I am not missing anything and it is a network issue on my side. I want to build guacamole-client . Here is my environment: - maven 3.6.3-5 (running on debian 11) - IPv6-only with a NAT64 gateway in the network. Question: do I need specific packages in addition to maven?