Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个带有 Maven 的简单 Java 项目。
默认情况下,通过 Maven 加载的依赖项最终在一个“Maven 依赖项”库中,该库被添加到class-path。
在eclipse中它看起来像这样:
无论出于何种原因,我都需要module-path中的那些依赖项,如下所示:
我的问题是,每次我运行 maven update 时,它都会将“Maven Dependencies”库重置为class-path。
如何配置项目或 pom 文件以将库保存在 module-path 中?