Mvn Config
Maven per-project settings
As seen on SKDMan Install and SDKMan Advance Config, often a project has specific requirements.
As a developer, if I wrote more than two times the same command, I try to find a way to automate that process.
Talking about Maven, in a development environment, where we always have to pass the same parameters. In this case the “Maven common configs” file comes to help.
Create .mvn folder and maven.config file
In your root project directory create another directory named “.mvn” .