0

如何仅从 maven eclipse 项目运行特定的 maven 模块。

我的 EAR maven 项目中有几个模块,当我构建整个项目时,它在一个模块 WAR 中失败,说在存储库中找不到这个战争工件模块。

4

1 回答 1

0

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.

于 2013-09-27T16:19:30.553 回答