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?