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 eclipse 项目运行特定的 maven 模块。
我的 EAR maven 项目中有几个模块,当我构建整个项目时,它在一个模块 WAR 中失败,说在存储库中找不到这个战争工件模块。
Your multi module project must e having a common parent. First install that parent pom in your local repository. Now go to child module project and maven build the project. It should work given that all its dependencies are present.