Andrei Pozolotin

Results 53 comments of Andrei Pozolotin

cool! FYI: current version 1.0 seems to forget to kill spawned instances when build fails between pre-integration-test and post-integration-test for this case ``` com.edugility h2-maven-plugin 1.0 target/h2/it 8888 h2-start pre-integration-test...

ExecutionListener ? http://maven.apache.org/ref/3.0.4//maven-core/apidocs/org/apache/maven/execution/ExecutionListener.html

here is one customer where this is critical: https://github.com/midpeter444/mybatis-koans https://github.com/carrot-garden/sql_mybatis-koans students of koans will run something like https://github.com/carrot-garden/sql_mybatis-koans/blob/master/build/maven-run-test-koans.ant which uses your plugin start/stop; since students make errors, maven invocations will...