Hi All,
I want to run the cobertura like below 1àinstrument the code 2àrun junit test on a particular module 3àGenerate code coverage report Now problem is my junit-test java files are under one separate module . Lets say module x. And it contains all the junit-test java files. And no other module contains any test-cases. I want to run this cobertura plugin towards the end of my build when my jar is already created. Please suggest me how can I achieve this scenario using this plugin. Please give me a example . Thanks