How to download packages from latest maven central incremental/index

155 Views Asked by At

In a paper I am working on for my Uni project, I need to analyze maven packages. I need the pom files of these packages to then parse them and get the necessary data to create a graph and analyze it. The supervisor told me to download the latest index that is posted by maven central which he said that it should contain around 10k packages or so, so a good dataset to work with. I followed the steps on this site https://maven.apache.org/repository/central-index.html but frankly, I am quite lost on how to use this index to get the pom files. This is the screen that I get after finishing the steps from the website above: luke index browser

I looked all over the internet but found nothing on this Luke Lucene project and documentation seems extremely old. Are there some other ways I can download pom files from packages released in this index? https://repo.maven.apache.org/maven2/.index/

0

There are 0 best solutions below