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
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
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
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?