Please do not create multiple threads on the same subject in the same time. Thanks for your understanding.
On Monday, July 6, 2015 at 4:20:18 PM UTC+2, [email protected] wrote: > > Hi Team, > i have added following entries in pom xml of web application , but i > didn't get the any report in site folder. > > <plugin> > <groupId>org.jacoco</groupId> > <artifactId>jacoco-maven-plugin</artifactId> > <version>0.7.0.201403182114</version> > <executions> > <execution> > <goals> > <goal>prepare-agent</goal> > </goals> > </execution> > <execution> > <id>report</id> > <phase>prepare-package</phase> > <goals> > <goal>report</goal> > </goals> > </execution> > </executions> > </plugin> > Thanks in advance ! > Regards, > Madhu > -- 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/c6aa8d1e-efd7-4e96-a7b6-b76b77a3841e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
