Arthur Eirich
Arthur Eirich

Reputation: 3638

Intellij IDEA 2019.2: Set the maven home directory "globally" for all projects

Every time I clone a repo I have to manually set the maven home directory under File->Settings->Build, Execution, Deployment->Build Tools-> Maven-> Maven home directory which is very annoying. I searched jetbrains forums and there is only an option to configure the IDE for FUTURE projects which under circumstances can never be a fact. Cloning a repo into idea projects is not creating a new project and therefore the global settings do not get triggered. How can I do this? Btw it not only applies to Maven home dir but also Code Style settings and many other more - see here

Upvotes: 5

Views: 993

Answers (1)

CrazyCoder
CrazyCoder

Reputation: 401965

IntelliJ IDEA doesn't have a feature to propagate any setting to all the existing projects. A request is welcome.

Upvotes: 2

Related Questions