Run Modules Tests individually

Answered

I have a parent project and several sub modules which are butv3, fmt, nst, bharian and hmetro modules. I want to run it individually from teamcity. How to perform it? 

Please help. Thanks.

0
2 comments

The project is created using Maven technology.

0
Hello,

I assume that your Main build has snapshot dependencies (https://www.jetbrains.com/help/teamcity/snapshot-dependencies.html) on each module build. You may want to amend these dependencies to set the "On failed dependency" value to "Run build, but add problem" or "Run build, but do not add problem". Former will make the Main run but it will be marked as failed; latter will not fail Main (unless there is some issue while the Main itself builds).
0

Please sign in to leave a comment.