embedmongo-maven-plugin icon indicating copy to clipboard operation
embedmongo-maven-plugin copied to clipboard

--directoryperdb would be helpful

Open bimargulies opened this issue 9 years ago • 1 comments

Could we have that option, too?

bimargulies avatar Sep 26 '14 01:09 bimargulies

Yes, no problem. The best way to add this would be for you to create a pull request to the flapdoodle embed mongo API to include the argument here:

https://github.com/flapdoodle-oss/de.flapdoodle.embed.mongo/blob/master/src/main/java/de/flapdoodle/embed/mongo/runtime/Mongod.java

Once this is updated I can add a new config option to this maven plugin like:

<directoryPerDb>true</directoryPerDb>

joelittlejohn avatar Sep 26 '14 10:09 joelittlejohn