- You can forcely update your maven
mvn clean install -U
- If this procedure fails, then try to it with hard way
find ~/.m2/ -name "*.lastUpdated" | xargs rm
- If this procedure also fails, Then try to purge the local repo using the following:
mvn dependency:purge-local-repository
Then make clean and install by this command:
mvn dependency:purge-local-repository clean install
For better, you can follow the links
No comments:
Post a Comment