Re: [java code coverage] why am I getting small jacoco.xml files from my coverage tests?

2014-01-08 Thread kvnsmnsn
Okay, following the advice of the same co-worker that pointed me to this users group, I also took a look at another project's pom.xml files, and modified the mentioned Parent and Child pom.xml files accordingly. Then this morning when I came in I replaced the two references to version

Re: [java code coverage] Re: why am I getting small jacoco.xml files from my coverage tests?

2014-01-13 Thread kvnsmnsn
On Friday, January 10, 2014 2:16:35 PM UTC-7, Marc R. Hoffmann wrote: Hi Kevin, I can't spot the issue with your pom.xml. Another possible reason is that you get two JaCoCo agents on the same JVM command line. You can debug this by running Maven with the -X option. You should see