在Eclipse工作区插件文件夹中有哪些巨大的* .CFS文件?

时间:2021-12-24 21:04:15

I started to notice my WD drive getting full and ran a size:gigantic file search on it. It has turned up several files here:

我开始注意到我的WD硬盘已满,并运行了一个大小:巨大的文件搜索。它出现了几个文件:

F:\SCOTT-SHARED-DESKTOP\My Documents\JPA_SPRING_STRUTS\.metadata\.plugins\org.maven.ide.eclipse\nexus\d9d714e11cb097b3ffcec91cccc65d3e_58.cfs

F:\ SCOTT-SHARED-DESKTOP \ My Documents \ JPA_SPRING_STRUTS \ .metadata \ .plugins \ org.maven.ide.eclipse \ nexus \ d9d714e11cb097b3ffcec91cccc65d3e_58.cfs

that exceed 189,992 KB (189 MB)!

超过189,992 KB(189 MB)!

Anyone know about these rascals?

有人知道这些流氓吗?

4 个解决方案

#1


9  

as stacker points out, each of these seem to be a Lucene segment file, with Compound File format. If you want to see what is inside, you can open them with Luke

正如堆栈器指出的那样,这些中的每一个似乎都是Lucene段文件,具有复合文件格式。如果你想看看里面是什么,你可以用Luke打开它们

#2


45  

Indeed, it's Nexus indexes. You can disable partially or totally Nexus indexes retrieval by right clicking on repositories in the Maven repositories view and checking/uncheking Disable Index Details/Enable Minimum Index/Full Index Enabled (options with M2Eclipse 0.12).

实际上,它是Nexus指数。您可以通过右键单击Maven存储库视图中的存储库并选中/取消选中禁用索引详细信息/启用最小索引/完整索引(M2Eclipse 0.12选项)来禁用部分或全部Nexus索引检索。

Hereunder a screenshot: 在Eclipse工作区插件文件夹中有哪些巨大的* .CFS文件?

下面是截图:

#3


26  

You might also consider unchecking the checkbox (under Window menu, Preferences, Maven):

您也可以考虑取消选中该复选框(在“窗口”菜单,“首选项”,“Maven”下):

在Eclipse工作区插件文件夹中有哪些巨大的* .CFS文件?

#4


0  

Every repository that m2eclipse uses is indexed by the Nexus Indexer. If m2eclipse is using a remote repository, it will download a Nexus index from the remote repository. If m2eclipse is managing a local repository (local or workspace) it will use the open source Nexus indexer to create and maintain a local index. This index is what allows you to quickly search for and locate dependencies by artifactId, groupId, version, or classname.

m2eclipse使用的每个存储库都由Nexus Indexer编制索引。如果m2eclipse使用远程存储库,它将从远程存储库下载Nexus索引。如果m2eclipse正在管理本地存储库(本地或工作空间),它将使用开源Nexus索引器来创建和维护本地索引。此索引允许您通过artifactId,groupId,version或classname快速搜索和查找依赖项。

http://books.sonatype.com/m2eclipse-book/reference/repository-sect-repo-view.html#d5e1169

http://books.sonatype.com/m2eclipse-book/reference/repository-sect-repo-view.html#d5e1169

#1


9  

as stacker points out, each of these seem to be a Lucene segment file, with Compound File format. If you want to see what is inside, you can open them with Luke

正如堆栈器指出的那样,这些中的每一个似乎都是Lucene段文件,具有复合文件格式。如果你想看看里面是什么,你可以用Luke打开它们

#2


45  

Indeed, it's Nexus indexes. You can disable partially or totally Nexus indexes retrieval by right clicking on repositories in the Maven repositories view and checking/uncheking Disable Index Details/Enable Minimum Index/Full Index Enabled (options with M2Eclipse 0.12).

实际上,它是Nexus指数。您可以通过右键单击Maven存储库视图中的存储库并选中/取消选中禁用索引详细信息/启用最小索引/完整索引(M2Eclipse 0.12选项)来禁用部分或全部Nexus索引检索。

Hereunder a screenshot: 在Eclipse工作区插件文件夹中有哪些巨大的* .CFS文件?

下面是截图:

#3


26  

You might also consider unchecking the checkbox (under Window menu, Preferences, Maven):

您也可以考虑取消选中该复选框(在“窗口”菜单,“首选项”,“Maven”下):

在Eclipse工作区插件文件夹中有哪些巨大的* .CFS文件?

#4


0  

Every repository that m2eclipse uses is indexed by the Nexus Indexer. If m2eclipse is using a remote repository, it will download a Nexus index from the remote repository. If m2eclipse is managing a local repository (local or workspace) it will use the open source Nexus indexer to create and maintain a local index. This index is what allows you to quickly search for and locate dependencies by artifactId, groupId, version, or classname.

m2eclipse使用的每个存储库都由Nexus Indexer编制索引。如果m2eclipse使用远程存储库,它将从远程存储库下载Nexus索引。如果m2eclipse正在管理本地存储库(本地或工作空间),它将使用开源Nexus索引器来创建和维护本地索引。此索引允许您通过artifactId,groupId,version或classname快速搜索和查找依赖项。

http://books.sonatype.com/m2eclipse-book/reference/repository-sect-repo-view.html#d5e1169

http://books.sonatype.com/m2eclipse-book/reference/repository-sect-repo-view.html#d5e1169