记录几种解决方法:
1. 重启IDEA;
2. 在 [Settings - Maven - Runner - VM Options] 中添加 [ -DarchetypeCatalog=internal ],优先从本地仓库读取;
3. 删除错误jar包目录中的 [ _remote.repositories ] 文件,再重新打包;
4. 把 [ _remote.repositories ] 文件中的[ nexus= ] 改成 [ central= ];
5. 把 [ setting.xml ] 中的 私服 注释掉;