Skip to content
Pierce Darragh edited this page Oct 30, 2018 · 7 revisions

Overview

Maven

Browse Maven: https://central.maven.org/maven2/

Maven Files

Root in google: https://storage.googleapis.com/maven-central/repos/central/data

Root on webserver: https://central.maven.org/maven2/

File Extensions:

  • .asc: PGP signatures
  • .md5: MD5 hash
  • .sha1: SHA-1 hash

Directories

Hash files

Every .md5 or .sha1 has a corresponding with a small number of exceptions.

  • central-metadata.json (curriously these are hidden in the direcotry listing (though they are accessible))
  • maven-metadata.xml (these are all inside . folders (either .DAV or .svn) (were they hidden from the cleanup process?)) (one is '#maven-metadata.xml')
  • .gz (most are in a .index folder but 4 are just in random places) ...

Signature files

TODO: .asc files

Clone this wiki locally