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
I had a related issue where I changed the repository in my settings.xml but the Indexed Maven Repositories list was still pointing to the old one. In order to get the maven build to look at the new one I had to run mvn idea:idea on the project