Hi ManMohan,

I see more scenarios here:

* Mutiple VMs running on the same host on different ports
* Combination of both

So I wonder whether the proposed change helps in a specific use case only. Alternatively you can configure multiple executions or wrap a script around the mvn call. The current dump goal already appends the data to a single *.exec file if appens=true (whch is default).

Cheers,
-marc

On 17.01.14 23:49, [email protected] wrote:
Hello,

I would like to dump jacoco exec file from different hostnames and merge it to 
a single file to generate report in a single maven command. Can you add a list 
of string type for accepting more than one host name so that i can pass 
multiple host names to dump goal to download the exec files from more than one 
hosts?

For example,

mvn -Djacoco.address=192.162.1.1,192.162.1.2 -Djacoco.port=9100 jacoco:dump 
jacoco:report

Above command wouldn't work because you can pass only one hostname which is a 
string type.

I'm not sure who implemented the jacoco maven plug-in. Let me know if you know 
the contact or if i'm not posting this to the right forum

Btw, jacoco is an excellant tool.


Thanks
ManMohan Veettil


--
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to