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 capability to pass bind_ip address #7

Closed GTExcalibur closed 12 years ago

GTExcalibur commented 12 years ago

embed mongo 1.26 (being released tonight) will have the capability to pass bind_ip to the MongoProcess. Can embedmongo-maven-plugin be upgraded to that version and add a parameter to the plugin to support such a configuration?

joelittlejohn commented 12 years ago

Yes sure. Looks useful so thanks for proposing this. Feel free to add a patch or alternatively I'll put this in when I get a chance.

joelittlejohn commented 12 years ago

Fixed by PR #8