mejdahl

Results 5 comments of mejdahl

I have the same problem, I got a jacoco.exec but no jacoco-it.exec" My setup is more or less the same as your arquillian-jacoco-example. The difference to our project is: -...

Well I created my Jacoco look like this: ``` xml org.jacoco jacoco-maven-plugin ${version.jacoco} Jacoco-prepare-agent prepare-agent Jacoco-prepare-agent-integration prepare-agent-integration ${project.build.directory}/jacoco-it.exec ``` I expected to find a jacoco.exec and a jacoco-it.exec in the...

I tried a lot of combination but I stopped lokking for the right spot for the report generation when I found that the file wasn't genereated! ``` xml jacoco-site verify...

Tanks, I'll try to add the properties name and see what happens. I'm not sure that I have an answer to Day.

Thanks again! Now I got the -it file (0 size) but now the Wildfly is stalling it might be something with the managementPort or .....