Hello,
As described in
http://www.eclemma.org/jacoco/trunk/doc/report-aggregate-mojo.html, I'm trying
to use the <dataFileIncludes> parameter in jacoco:report-aggregate:
<build>
<plugins>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.7.7.201606060606</version>
<executions>
<execution>
<id>report-aggregate</id>
<phase>verify</phase>
<goals>
<goal>report-aggregate</goal>
</goals>
<configuration>
<dataFileIncludes>**/*.exec</dataFileIncludes>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
Maven replies:
"[ERROR] Failed to execute goal
org.jacoco:jacoco-maven-plugin:0.7.7.201606060606:report-aggregate
(report-aggregate) on project virtualization-jacoco-aggregate: Unable to parse
configuration of mojo
org.jacoco:jacoco-maven-plugin:0.7.7.201606060606:report-aggregate for
parameter dataFileIncludes: Cannot assign configuration entry
'dataFileIncludes' with value '**/*.exec' of type java.lang.String to property
of type java.util.List -> [Help 1]
Please, can someone explain what's the right syntax to use this parameter?
Thanks.
Chris
--
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/c0ef7bbe-b578-4560-b946-0de3f1edda1d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.