Maven 使用工作区中的依赖项而不是 .m2 文件夹

Maven uses dependencies from workspace not .m2 folder

所以我的项目中有以下 project structure Sporium is a working set with the maven multimodule spigot-parent my problem now is when I define this pom.xml 它不会使用 .m2 文件夹中创建的依赖项,而是使用我的 [=17] 的 maven 模块项目中的文件=] 的工作区不起作用,因为它们是原始的、未打补丁的和未编译的文件 如所见 here。知道如何告诉 Maven 不要在我的工作区中使用该版本,而只在本地存储库 .m2 文件夹中搜索吗?

右键单击该项目,选择“Maven”,然后禁用工作区解析。

然后不再从您的工作区解析项目。