Maven常见问题总结

Failed to read artifact descriptor for cn.lds.tsp:common:jar

1. 先查看本地repository是否下载成功,如果没有,考虑更改下载repository地址

2. 如果是本地安装的install,很可能是子包的parent包未安装

3. 可以用mvn -X  -U clean install来把详细日志打出来

更详细的参考官网:

http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException

posted @ 2017-12-12 14:03  栖息之鹰  阅读(105)  评论(0编辑  收藏  举报