I am trying to download a nexus/maven artifact using curl or wget, but I always get an "403 - Forbidden".
I tried using the following ip address, but it does not accept the credentials. The user exists, password is correct and have access to the repository. Does the user need special requirements?
curl -X GET -u user:password $URL
Or is there any way to use the api access key with curl? I am using Nexus 2.11.3.
Thanks.