Just to add: a planned feature of Proximity (awaited for RC2, but my every day job is pressing me lately) would be "repository relocation".
Behind the curtains, this "feature" would be implemented just by "prefixing" the repository namespace within Proximity, like: http://localhost:8080/px-webapp/repository - the current repo Px URL Lets say, you add "central" repo proxied from http://repo1.maven.org/maven2to px, prefixed with "central", the result would be: http://localhost:8080/px-webapp/repository/central/... This way, you could "shift"/"relocate" your snapshot-able reposes with "snapshot" and set properly your POM/settings.xml and have separated reposes (with current M2 2.0.4!), have proxied ALL reposes and have a single proximity instance: central mirror -> Px on http://localhost:8080/px-webapp/repository/central/ snapshot mirror -> Px on http://localhost:8080/px-webapp/repository/snapshot/ etc. Any opinion is welcome. Thanx. ~t~ On 7/25/06, Barrie Treloar <[EMAIL PROTECTED]> wrote:
In your pom you have specified the repository A and in your settings have configured A to point to your maven-proxy installation. Because maven-proxy aggregates the repositories the artifacts from the B and C repositories are available even though you have not defined them in your pom.