embedmongo-maven-plugin
embedmongo-maven-plugin copied to clipboard
--directoryperdb would be helpful
Could we have that option, too?
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>