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

Java process is not stopped after timeout on windows #17

Closed balazs-zsoldos closed 10 years ago

balazs-zsoldos commented 10 years ago

If the timeout is reached, the process is not stopped by the maven plugin on windows. It works well in case of ctrl+c

balazs-zsoldos commented 10 years ago

Fixed