I have a project that uses an internal repository and the central repository. Is there a way I can configure the settings.xml such that I can use both instead of just one? W
I found a working answer, which is to change the pom.xml instead and add remote repositories on the fly, as instructed by this link
Thanks for the answers, folks, and I'd assume your suggestions can be useful for more complicated scenarios with more repositories and complex configurations.