为什么Maven.m2文件夹对应的.cache文件夹在Eclipse中丢失了?
Why is the .cache folder corresponding to the Maven .m2 folder lost in Eclipse?
我有以下设置 -
maven enabled in eclipse
with full index enabled and
download repository index on start up checked
首先它下载了 nexus-maven-repository-index.gz
,我能够从 eclipse 本身搜索工件。
但是几天后,我丢失了包含 nexus-maven-repository-index.gz
文件的 .cache
文件夹,现在当我尝试重新索引时,它只显示
"updating index central|http://repo.maven.apache.org/maven2"
这个过程似乎永远不会结束。我怎样才能解决这个问题,以便我能够在 eclipse 本身上搜索工件?
这些索引文件很大,每个都有几百兆。
我认为您没有办法解决这个问题,您需要等待下载完成。我已经经历过几次了,据我所知,Eclipse 不会通知下载进度,这让我更加恼火。
我有以下设置 -
maven enabled in eclipse
with full index enabled and
download repository index on start up checked
首先它下载了 nexus-maven-repository-index.gz
,我能够从 eclipse 本身搜索工件。
但是几天后,我丢失了包含 nexus-maven-repository-index.gz
文件的 .cache
文件夹,现在当我尝试重新索引时,它只显示
"updating index central|http://repo.maven.apache.org/maven2"
这个过程似乎永远不会结束。我怎样才能解决这个问题,以便我能够在 eclipse 本身上搜索工件?
这些索引文件很大,每个都有几百兆。
我认为您没有办法解决这个问题,您需要等待下载完成。我已经经历过几次了,据我所知,Eclipse 不会通知下载进度,这让我更加恼火。