mvnwproperties
mvnwproperties is a configuration file used by the Maven Wrapper. The Maven Wrapper is a script that allows you to run Maven projects without needing to install Maven globally on your system. It downloads a specific version of Maven required by the project and then executes it.
The mvnwproperties file is typically located in the root directory of a Maven project, alongside the mvnw
Other properties that can be defined in mvnwproperties include `distributionPath`, which can specify a custom location
By using mvnwproperties, developers can ensure that everyone working on a project uses the exact same version