This Docker image reads a Maven Indexer index and extract information about the indexed documents as a convenient text file.
It takes as input the full set of Maven indexes files, as can be seen in the central maven repository, and uses two Java tools (maven-indexer-cli and clue) to extract the indexes (in indexes/
) and export them in the export/
directory.
- You can read more about the sequence of actions in the
docs/
directory, including: - more information about the process.
- instructions to run the exporter.
- instructions to build and test the Docker image.
An official Docker image is provided for quick tests on DockerHub.
We also provide a curated list of maven repositories that can be used with the Docker images, i.e. they use the Maven indexer, make their indexes publicly available, and use the same version as the exporter.