I\'m having trouble understanding how to get repositories in the \"Indexed Maven Repositories\" list of the IntelliJ IDEA.
In one my project I have two repos in thi
You can manage these settings by editing your settings.xml file of the project
As you can see it is a local copy of settings.xml file for your project. There is you can add/remove active repositories of the project. Look at the settings->repositories manual for details.