v1.6.0
Nmcp 1.6.0 stops publishing the following checksums:
- signature checksums (
.asc.md5,.asc.sha1,.asc.sha256,.asc.sha512) - all non-required checksums (
.sha256,.sha512) - all
maven-metadatachecksums (only for local publishing,maven-metadata.xmlis never sent to Central Portal)
This is all disabled by default.
If you like the checksums, you can send them again by setting publishAllChecksums:
nmcpAggregation {
publishAllChecksums.set(true)
}If you do, please let me know why, I'm curious!