You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The best way to tackle this is a pull request on https://github.com/flapdoodle-oss/de.flapdoodle.embed.mongo. That's the library this Maven plugin uses to download MongoDB. That project looks rather stagnant so I'm sure they would appreciate help maintaining it if you were to offer.
Depending on the "features" added to the pom.xml file configuring embedmongo-maven-plugin, for macos the generated file name to download becomes:
https://fastdl.mongodb.org/osx/mongodb-osx-ssl-x86_64-4.4.1.tgz
https://fastdl.mongodb.org/osx/mongodb-osx-x86_64-4.4.1.tgz
Notice the "-osx-" in the filename. However, mongoDB now names the files as
mongodb-macos-x86_64-4.4.1.tgz.
It would be good for embedmongo-maven-plugin to take this into account.
The text was updated successfully, but these errors were encountered: