I use intellij 2019.3.1 and when I run mvn clean install I want to get latest package version.My problem is I have a maven package which is same version but has different checksum value.When I check I see all these checksum versions downloaded but intellij use the lowest one.
MyPackage 1.0.0 SNAPHSOT -->mypackage checksum value 2020040201
MyPackage 1.0.0 SNAPHSOT -->mypackage checksum value 2020040202
in my pom only I use MyPackage 1.0.0 SNAPHSOT.And intellij uses the lowest checksum value?How can I handle this issue