Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Edit maven's settings.xml from Intellij

In Netbeans, maven's settings.xml file is part of every project and can easily be edited from each project:

enter image description here

Is there something similar in Intellij or do I need to manually open the file?

like image 950
assylias Avatar asked Jun 14 '16 17:06

assylias


People also ask

How do I change settings xml in IntelliJ?

If you have some custom plugins that require you to import your project from the IntelliJ IDEA model, press Ctrl+Shift+A and search for the Project from Existing Sources action. In the dialog that opens, select the pom. xml file of the project you want to open. Click OK.

Where is IntelliJ settings xml?

By default IntelliJ 14 takes the user settings file under C:\Users{user}. m2\settings. xml.


1 Answers

It's not visible by default.

Right Click on POM --> Maven --> Open Settings.xml

enter image description here

like image 79
K139 Avatar answered Oct 07 '22 19:10

K139