I am getting the below exception when I run my mvn install
. I have even deleted the local repository and ran again getting same exception.
<
We can force the checksum validation in maven with at least two options:
1.Adding the --strict-checksums
to our maven command.
2.Adding the following configuration to our maven settings file:
codehausSnapshots
Codehaus Snapshots
false
always
fail
true
never
fail
More details in this post: https://dzone.com/articles/maven-artifact-checksums-what