Re: Using 2.4.0-rc-20210111 with Maven
Posted by
Martin on
Dec 13, 2021; 9:53am
URL: https://forum.jogamp.org/Using-2-4-0-rc-20210111-with-Maven-tp4041535p4041539.html
Hi,
The reason for the Maven failure might be that you picked the repo URL example I gave
here which was given with HTTP instead of HTTPS. Recent versions of Maven refuse to download artifacts from HTTP.
I just updated the URL example.
In addition I suggest you use version v2.4.0-rc4 which is patched to let JOGL work on macOS having a Silicon chip.
Hope this helps.