I work behind a corporate firewall, so http://clojars.org is not accessible. We have a very well managed artifactory device internally, which gives access to Maven Central and JCenter but not clojars.
So, I have made a request to JCenter to mirror or proxy http://clojars.org
It sounds positive so far. I wanted to check with the community about the answer to this question from JCenter "In most cases, we are defining a mirroring from JCenter to other remote repositories base on path prefix(es). Can you please provide a path prefix(es) that should be used as part of our automatically mirroring from JCenter toward Clojars repository?" Is the answer to this simply https://clojars.org/repo
Or is the path prefix just repo/
There’s docs on mirrors in the wiki
But they should use http://repo.clojars.org
Although I’m not sure if that’s what they’re looking for, or if they’re expecting something like org/clojure so that all requests for that prefix go to the Clojars repo