Hi added the pom xml for web application

16 views
Skip to first unread message

madhu...@gmail.com

unread,
Jul 6, 2015, 10:20:18 AM7/6/15
to jac...@googlegroups.com
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

Evgeny Mandrikov

unread,
Jul 7, 2015, 3:04:43 PM7/7/15
to jac...@googlegroups.com, madhu...@gmail.com, madhu...@gmail.com
Please do not create multiple threads on the same subject in the same time. Thanks for your understanding.
Reply all
Reply to author
Forward
This conversation is locked
You cannot reply and perform actions on locked conversations.
0 new messages