Why do you use Maven Wrapper on a project shared with a large team of developers?
all of these answers
All developers will be using the same Maven version, providing stability.
Maven Wrapper checks dependencies for vulnerabilities, increasing security.
The dependencies for the project will be downloaded only once for all developers, saving bandwidth.