Hi,
we have problem with maven repository, mvn is correctly downloading artifacts, but there is problem with checksums. We are getting:
org.eclipse.aether.transfer.ChecksumFailureException: Checksum validation failed, no checksums available
it seems, that it is because of this:
Caused by: org.apache.maven.wagon.TransferFailedException: transfer failed for https://proget.cross-ni.com/maven2/repo/org/apache/apache/33/apache-33.pom.md5, status: 201 Created
Maven client expects checksums to be returned with status 200, not 201 .
Is it possible to configure this somehow, or how to deal with it?
Thanks,
Regards,
Bohdan