Hi Kevin,

if you use Maven surefire you should see the following entry in you log file when running with -X:

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Forking command line: ...

If you're using a different test runner you might ask them how to debug the command line and how to add VM arguments.

Best regards,
-marc


On 13.01.14 18:15, kvnsm...@hotmail.com wrote:
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 the

command line executiong your tests.



Cheers,

-marc
I executed "mvn -e -X clean install -P create-jacoco-reports" as you suggested.  What 
exactly am I searching for in attempting to find the command line?  I did a search on 
"java", but I couldn't find anything that looked like a command line.

Kevin S


--
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 jacoco+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to