everit-org / eosgi-maven-plugin

A Maven plugin that runs Integration Tests inside OSGi containers and collects OSGi Bundle dependencies to be able to use them inside any IDE.
Apache License 2.0
4 stars 5 forks source link

Support having different jacoco settings for full build and for development #20

Closed balazs-zsoldos closed 10 years ago

balazs-zsoldos commented 10 years ago

When a full build is started, jacoco should dump the results into a file. When the system is started to be able to hot deploy bundles from the IDE, Jacoco should listen as a TCP server.