Hi, For me it seems working - made a quick test in https://github.com/Godin/jacoco/tree/test-report-integration-dataFile So could you please provide full log or even better small project, which reproduces your issue?
Best regards, On Tuesday, August 11, 2015 at 3:55:20 PM UTC+2, [email protected] wrote: > > Seems to me it's broken: > > [INFO] --- jacoco-maven-plugin:0.7.2.201409121644:report-integration > (report-integration-test) @ a-project --- > [INFO] Skipping JaCoCo execution due to missing execution data file:(a > path\target\jacoco-it.exec > > My pom.xml is configured as follows: > > <execution> > <id>report-integration-test</id> > <phase>verify</phase> > <goals> > <goal>report-integration</goal> > </goals> > <configuration> > <dataFile>${project.basedir}/target/jacoco.exec</dataFile> > > <outputDirectory>${project.basedir}/target/coverage-reports</outputDirectory> > </configuration> > </execution> > > -- You received this message because you are subscribed to the Google Groups "JaCoCo and EclEmma Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/12c9a6c2-a98a-4917-bd87-e52c2439fc54%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
