eclipse m2eclipse 从Maven的本地库中读取依赖库
Posted SO
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了eclipse m2eclipse 从Maven的本地库中读取依赖库相关的知识,希望对你有一定的参考价值。
在Mac pro的终端中执行命令 mvn package 后,已经把该工程所需要的依赖库(dependancies)下载到本地库,但在把该工程 import 到 eclipse中时,发现m2eclipse依然再次重新下载依赖库,为了让m2eclipse从本地库中读取已经下载好的依赖库,防止重新从 Internet 上再次下载,解决办法如下:
在eclipse菜单中找到:Windows -> Show View -> Other -> Maven -> Maven Repositories,然后右键 LocalRepository,选择 Rebuild Index,点击 OK 即可。
以上是关于eclipse m2eclipse 从Maven的本地库中读取依赖库的主要内容,如果未能解决你的问题,请参考以下文章