I use sonatype nexus for maven repository proxing. Our project need to use http://jcenter.bintray.com/ repository. But if I add jcenter as a proxy to our nexus server, it does not work properly. it seems a folder includes parent folder structures recursivly. something like the following.
a
b
c
a
b
c
a
b
c
....
Is this possible to proxy jcenter with sonatype nexus?
Have you tried pulling in artifacts through the JCenter remote proxy? This should work as JCenter is a standard maven repository that's heavily used by all maven clients/repository managers. The issue may only be with the remote repository browsing in the Nexus UI.
As previously mentioned, pulling artifacts worked for me.
As proxy repo I used https://jcenter.bintray.com/
Browsing the repo is not possible, but gradle with the configured nexus successfully pulled out everything necessary.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With