joelittlejohn / embedmongo-maven-plugin

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

On Windows failed downloadPath with protocol file #66

Closed baudointran closed 8 years ago

baudointran commented 8 years ago

On windows seven,

file:///${project.basedir}/src.resources/ running with mvn monogo:start I have [ERROR] Failed to execute goal com.github.joelittlejohn.embedmongo:embedmongo-maven-plugin:0.3.4:start (default-cli) on project questionnaire: Execution default-cli of goal com.github.joelittlejohn.embedmongo:embedmongo-maven-plugin:0.3.4:start failed: Illegal character in path at index 10: file:///E:...../resources/mongo/ -> [Help 1]
joelittlejohn commented 8 years ago

file:// URIs are not supported I'm afraid.

joelittlejohn commented 8 years ago

Another option here would be to populate your local Mongo binaries cache instead. You'll find it in ~/.embedmongo.