cstamas opened a new pull request, #199:
URL: https://github.com/apache/maven-resolver/pull/199

   New provided checksums implementation that uses more compact format: a 
"summary" file that contains list of Artifact IDs and provided checksum per one 
line.
   
   This format is more VCS friendly, and also easier to handle then sparse 
directories.
   
   Perfomed cleanup around provided checksum sources as well, old one was in 
wrong place, dropped it (as it was final class), now we have two sources:
   * `file-sparse` -- is exactly same as dropped one, expects provided 
checksums in "local repo"-like layout
   * `file-compact` -- is the new format, where one file 
`checksums.${checksumExt}` is expected to contain Artifact ID and checksum per 
line (separated by space)
   
   ---
   
   https://issues.apache.org/jira/browse/MRESOLVER-269


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to