bmatthews68 / inmemdb-maven-plugin

A Maven 3 plug-in that can be used to launch an in-memory database for use in integration tests. Apache Derby and HSQLDB are both supported.
http://inmemdb-maven-plugin.btmatthews.com
Apache License 2.0
15 stars 7 forks source link

No message when port is already in use #16

Open TimSoethout opened 10 years ago

TimSoethout commented 10 years ago

When using the plugin to launch an hsqldb instance on a port that is already in use (in this case also hsqldb by a different user) the plugin just continues as if nothing is wrong, but the db is not configured correctly. It would be nice to show this in the output and maybe even break the maven run with an error.

wwftw commented 7 years ago

Is there immediate intention to fix this issue? Because the underlying issue is to expect port to available while it is not, instead of trying to fail maven run should the server be assigned an available port on the host to listen on?