Given a pom.xml how to get list of remote repository URL & checksums

137 Views Asked by At

Wouldn't mind some help with the aether API which starts with a given pom.xml I would like to then figure out the transitive closure for the whole project and emit:

  1. The remote repository URI for each artifact
  2. The checksum for each artifact
0

There are 0 best solutions below