开发者

Run Integration test in toplevel pom

I have a project with 3 modules.I used maven as the开发者_如何学编程 build tool.I have Integration test module

Proj/mod1/pom.xml
Proj/mod2/pom.xml
Proj/intTest/pom.xml
Proj/pom.xml

Now I want to run the integration test using top level pom.xml,Is there a way to do that??

Thanxxx


Well, if I get it right the intTest-project does your integration tests and is part of your project Proj so if you run the module build with the appropriate phase (integration-test or verify, depending on what you use) this should be it ...

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜