Which repository type is fastdl.mongodb.org?

Hi all!

I am requesting a mirror for fastdl.mongodb.org downloads in my company’s Artifactory server and I would need to know which is the repository type.

The only thing I have found about this on the internet is: MVN repo and downloads of mongo artifact · Issue #69 · joelittlejohn/embedmongo-maven-plugin · GitHub, would it just be a Generic repository with that custom layout?

Thank you in advance!
Francisco Robles Martín

1 Like

Hi,
I would also like to add mongodb binaries to my company’s Artifactory using a remote repository.
Anyone knows how to that ?

In need to use com.syncleus.maven.plugins maven-mongodb-plugin jar 1.1.1 to configure MongoDB maven integration test but this maven-mongodb-plugin very usefull to configure MongoDB in memory for test only try to download MongoDB community by broken link I suppose old http://fastdl.mongodb.org/win32/mongodb-win32-x86_64-7.0.0.zip and not community link https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.0.0.zip to starup a temporary istance in memory execute maven integration test delete MongoDB istance and proceed with pipeline in CI/CD.
This avoid mock Mongo server in maven java code.

Please, somebody can inform Mojo to update link to download Community version to work correctly integration tests?