"was cached in the local repository, resolution will not be reattempted until the update interval of" "has elapsed or updates are forced"
The solution to this problem is remove some keys and blueprint of artifact that were downloaded from different sites:
find ~/.m2/ -name "*.lastUpdated" | xargs rm
find ~/.m2/ -name "*.sha1" | xargs rm
find ~/.m2/ -name "*.repositories" | xargs rm
Best Regards,
No comments:
Post a Comment