microsoft / mvnfeed-cli

Tool to transfer Maven artifacts between repositories
MIT License
28 stars 25 forks source link

Checksums not transferred #19

Open ja6a-regnosys opened 4 months ago

ja6a-regnosys commented 4 months ago

I noticed the checksums from one repo were not being transferred from source to target. I also noticed that the current requests put method is adding spurious content-disposition text to each uploaded file. This of course changes the checksum. I have create the PR-18 to address the problem.

### Tasks
- [ ] https://github.com/microsoft/mvnfeed-cli/pull/18