Re: [java code coverage] Load Execution Data during report aggregate from outside of Project BaseDir in a Maven project

2018-12-14 Thread Evgeny Mandrikov
On Thursday, December 13, 2018 at 4:57:38 PM UTC+1, ashfaqur.rahm...@gmail.com wrote: > > Workaround will not work since the jacoco plugin is looking for the > classes of code under test also under each project directory (afaik) > in-order to generate the report. Location of classes doesn't

Re: [java code coverage] Load Execution Data during report aggregate from outside of Project BaseDir in a Maven project

2018-12-13 Thread ashfaqur . rahman1
Workaround will not work since the jacoco plugin is looking for the classes of code under test also under each project directory (afaik) in-order to generate the report. But thanks for your input. Would be handy to have that feature to override the lookup directory though. -- You received

Re: [java code coverage] Load Execution Data during report aggregate from outside of Project BaseDir in a Maven project

2018-12-13 Thread Marc Hoffmann
Hi, as long as the exec files are still somewhere under the base directory of each project you can specify an arbitrary lookup pattern using the dataFileIncludes property. Having the exec files outside the projects is not supported. As a workaround you might copy the exec files onto the