hi everyone. I was looking through the docs and co...
# general
q
hi everyone. I was looking through the docs and couldn’t find info regarding private 3rdparty jvm dependency support (jfrog in my case). We’re using coursier and was able to get it to resolve by adding
[coursier] repos: ['https://[USER]:[PASS]@host']
to our
pants.ini
file. Could the same support be achieved through the
.netrc
file that pants artifact publishing supports? If so where i could find info on how to support that approach? Thanks!
seems to be answered in this issue https://github.com/pantsbuild/pants/issues/7217