joelittlejohn / embedmongo-maven-plugin

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

Added prefix mongo #46

Closed padilo closed 9 years ago

padilo commented 9 years ago

Now you can use mongo as prefix:

> mvn mongo:start -Dembedmongo.wait=true

As #45 suggested :)

joelittlejohn commented 9 years ago

Excellent, thanks!