开发者

Run Integration test in toplevel pom

开发者 https://www.devze.com 2023-03-03 05:16 出处:网络
I have a project with 3 modules.I used maven as the开发者_如何学编程 build tool.I have Integration test module

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

精彩评论

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