[java code coverage] Re: jacoco:aggregate doesn't generate aggreagated jacoco.exec file

2017-12-07 Thread prathish4chat
Hi Thanks for the reply. Wanted to know if 'aggregate' and 'merge' perform the same task. Because of cross module test cases the jacoco results generated in the child modules doesn't show the coverage of other modules. I was able to get the cross module code coverage only on using 'aggregate'

[java code coverage] jacoco:aggregate doesn't generate aggreagated jacoco.exec file

2017-12-06 Thread prathish4chat
Hello, We are currently working on maven multi-module project, we have cross module tests so we have created a new module for aggregating the reports as stated in (https://github.com/jacoco/jacoco/wiki/MavenMultiModule). The report aggregate goal works fine and generates only csv,xml and