I'm guessing that that repo is defined in some dependency's pom. You should be able to find which by searching for the url in all poms in the local repo of a Maven client where you see this during a build.
/Anders On Fri, Jan 22, 2010 at 21:10, EJ Ciramella <[email protected]> wrote: > Hi list - > > We are using archiva in house and have a repository grouping proxy set up, > but - for some reason, one project is trying to find an internal pom out on > repo 1. > > Is there a good way to get maven to spit out where (in which settings.xml > file or pom.xml file) it's finding the repo1 configuration? Like a > help:repositories command? > > I looked at the $m2.install/conf dir's settings.xml, it's not there. I > looked in the users settings.xml, it's also not there. > > Any help would be greatly appreciated. >
