解决方法:
删除resolver-status.properties文件和path-to-the-library文件夹
#/root/.m2为默认maven仓库和配置文件地址 按需填写 find /root/.m2 -name "resolver-status.properties"|xargs rm -f find /root/.m2 -name "path-to-the-library" |xargs rm -rf
解决方法:
删除resolver-status.properties文件和path-to-the-library文件夹
#/root/.m2为默认maven仓库和配置文件地址 按需填写 find /root/.m2 -name "resolver-status.properties"|xargs rm -f find /root/.m2 -name "path-to-the-library" |xargs rm -rf