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/24a74e07-8dcf-429c-b7b9-6adc873d441e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to