Open agoston opened 6 years ago
I made this work with the following settings in pom.xml:
<version>3.6.6</version>
<features>ONLY_WITH_SSL,NO_HTTP_INTERFACE_ARG</features>
Sure can, ill get to it soon, if you submit a PR i can accept it and publish it quicker.
On Fri, Sep 28, 2018 at 4:08 PM Agoston Horvath notifications@github.com wrote:
I made this work with the following settings in pom.xml:
<version>3.6.6</version> <features>ONLY_WITH_SSL,NO_HTTP_INTERFACE_ARG</features>
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Syncleus/maven-mongodb-plugin/issues/5#issuecomment-425447261, or mute the thread https://github.com/notifications/unsubscribe-auth/AWNYb402LLrIflR1YN0MrW9tagNK0C-sks5ufi1LgaJpZM4W-ZTm .
Pull request is ready!
Hi, Any update?
windows downloads are broken for me....
what it's trying to download http://fastdl.mongodb.org/win32/mongodb-win32-x86_64-6.0.5.zip
what it needs to download https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-6.0.5.zip
I opened same issue about this problem I try to download MongoDB v 7.0.12 LTS to use for maven integrations test with MongoDB v7.0.12 LTS in memory for:
and download link is incorrect!
Incorrect download link return access denied because that link in this plugin open a page to sign in to download payment version MongoDB v 7.0.12 LTS and not community version.
I suppose it's changed process on site to download zip of MongoDB v 7.0.12 LTS community edition.
Please fix it ASAP in alternative this plug-in is unusefull !
I've tried to update to mongo 3.6.6, but got this exception:
Mongo seems to have moved their binary downloads to http://downloads.mongodb.org/osx/mongodb-osx-ssl-x86_64-3.6.6.tgz Can you adjust this?