joelittlejohn / embedmongo-maven-plugin

Maven plugin wrapper for the flapdoodle.de embedded MongoDB API
Apache License 2.0
88 stars 51 forks source link

Add new configuration to 'start' goal: embedmongo.wait #3

Closed jeremynorris closed 12 years ago

jeremynorris commented 12 years ago

Block immediately and wait until MongoDB is explicitly stopped (eg: <ctrl-c>). This option makes this goal similar in spirit to something like jetty:run, useful for interactive debugging.

joelittlejohn commented 12 years ago

Cheers Jeremy, this works a treat.