joelittlejohn / embedmongo-maven-plugin

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

Allow to run using mongo:start #45

Closed alexec closed 9 years ago

alexec commented 9 years ago

You can set-up a goal prefix in pom.xml:

https://maven.apache.org/guides/introduction/introduction-to-plugin-prefix-mapping.html

Then you can

mvn mongo:start
joelittlejohn commented 9 years ago

Nice idea, thanks!

joelittlejohn commented 9 years ago

Fixed by 2351664.