From: Ankur J. <an...@gm...> - 2014-02-21 07:21:26
|
Hi, Have a query regarding cobertura-maven. Any help is appreciated. I could integrate cobertua with maven. But when I run mvn cobertura:cobertura the report generated shows 0%. The project has multiple modules like: ./project |-pom.xml |-project-api | |- pom.xml |-project-impl | |- pom.xml |-unit-tests | |- pom.xml What steps need to be followed when running cobertura with maven for a projct having multiple modules. Note that it worked when I placed the test case class inside the actual source project i.e. inside project-api. But I do not want to structure it that way. Thanks, Ankur |