Marc Rufer 07 Jan 2015 IntelliJ IDEA JetBrains maven development
The company I’m working for has its specific maven settings file (settings.xml), which defines the repository, some profiles and so on. For a project on customer side I wanted to have another settings file in place without changing or extending the existing one.
By default IntelliJ 14 takes the user settings file under C:\Users{user}.m2\settings.xml. This can be manually overridden per project:
Strg + Alt + s
)Build, Execution, Deployment
> Build tools
-> Maven
(or search for Maven
)override
checkbox on the line of user settings file
and refer the project specific settings.xml-file