Hi Marc, I'm trying to implement options for maven plugin report generation => https://github.com/cristcost/jacoco I really hope you'll consider these developments for inclusion into the main project.
If you have any recommendation on code style, quality and approach, I'll listen to you carefully! In the meanwhile I'm trying to reproduce that the Ant Task does. I'm not writing any integration test as I'm testing it directly on my application. The idea is to configure it something like this way: <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <version>0.7.6-SNAPSHOT</version> <configuration> <csvReport>true</csvReport> <xmlReport>false</xmlReport> <htmlReport>true</htmlReport> <includeTests>true</includeTests> <artifacts> <artifact>net.cristcost.test:module-1</artifact> <artifact>net.cristcost.test:module-1</artifact> </artifacts> </configuration> </plugin> Thank you, Cristiano P.S. Btw congratulations, I would be a happy man if my team mates would write code 1/10th as clean as JaCoCo is written ! -- 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/60521a70-07a1-415e-8d3f-45ddb652e76a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
