I have application war file deployed on Jboss 7 server. I able to generate jacoco.exec
file by adding following JVM option
javaagent:/jboss/common/lib/jacocoagent.jar=destfile=/root/jacoco/jacoco.exec,includes=*,append=true,output=file
I want to have code coverage report generated automatically without using eclipse/ plugins.