-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crawl (remote) Maven repos #1071
Comments
Ha! This is just a renewed debate in Maven PMC, as state of affairs with Maven repo part is a bit strange: it is held by an US company (history). We (Maven PMC) do want access to Maven Central. As on surface:
So do not crawl. There ARE simple workarounds:
Etc. But there are all (broken) circumventions, again, Maven PMC is working on getting access to whole central for exactly this purpose. |
FTR: #1072 (comment) ==> https://storage-download.googleapis.com/maven-central/index.html (and https://storage-download.googleapis.com/maven-central/ which has at least some indexes) is on a public GCP GCS bucket. |
https://mvnrepository.com/repos has LOTs. I'll maintain a list of well known pulic Maven repos here:
In the future I'll publish and maintain this in a |
@cstamas is there something somewhere (in Mima, Maven; or elsewhere that you know of) to "crawl" e.g. https://repo1.maven.org/maven2/ ? I mean something which doesn't start with a specific Artifact, but which just, given a (remote) Maven repo URL, gives you "all the Artifacts on that repo".
If that does not exist, I guess I could also do it by hacking my very own HTTP Directory Index HTML page parser (probably using jsoup) ... but maybe there are already libraries which can do this in the Maven ecosystem which I am not aware of?
The text was updated successfully, but these errors were encountered: