Thanks Evgeny, was a good insight.
I tried without jenkins plugin also. But I still see the package
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.7.4.201502262128</version>
<executions>
<execution>
<id>default-cli</id>
<phase>post-integration-test</phase>
<goals>
<goal>dump</goal>
</goals>
<configuration>
<reset>${Reset}</reset>
<address>${testHost}</address>
<excludes>
<!-- exclude generated code from coverage report -->
<exclude>**/pkg1/subpkg1/**</exclude>
<exclude>**/pkg2/subpkg1/MyClass*.*</exclude>
</excludes>
</configuration>
</execution>
</executions>
</plugin>
Moreover in the HTML report generated by above, clicking columns is not
sorting, for example, by package name.
Thanks
Ra
--
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/0773c057-460c-419d-894d-97d375143831%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.