reposilite icon indicating copy to clipboard operation
reposilite copied to clipboard

Generate checksums for any stored file is missing

Open caoli5288 opened this issue 3 years ago • 3 comments

Otherwise, it may cause some problems

image

caoli5288 avatar Mar 11 '21 07:03 caoli5288

Maven metadata is dynamically generated by Reposilite. Just call (...)/maven-metadata.xml path.

dzikoysk avatar Mar 11 '21 15:03 dzikoysk

@dzikoysk Seems Reposilite do generated maven-metadata.xml after anybody request it!

But it doesn't seem to generate the checksum of the jar file.

图片

caoli5288 avatar Mar 12 '21 06:03 caoli5288

Checksum should be generated by mvn deploy command and you've probably uploaded this artifact using web cli. It's probably why there is no such a file. I'll mark it as a cosmetic issue, because it's just an information and it should not cause any other issues.

dzikoysk avatar Mar 25 '21 23:03 dzikoysk