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?