Hi,

Not quite. Proximity is (almost) plain HTTP proxy, but IT DOES have
knowledge about maven reposes (see repository browsing or the use of
"?repositoryId=central" URL parameter.), but only as separate "storages".

What it does not have is STATE, it cannot distuingish the two consecutive
HTTP GET commands from same M2, once for metadata and once for POM.

The solution should be in POM (Maven).

~t~

On 7/25/06, Trygve Laugstøl <[EMAIL PROTECTED]> wrote:

The problem here is that Proximity is nothing but a plain HTTP proxy and
has no knowledge of Maven repositories which falls apart with two
repositories with the same metadata file. The first one will probably
cached and the latter will never be used. So if the first repository is
the snapshot repository and the latter the release repository it will
probably never download the release. This is a bit disappointing as
Proximity is basically what maven-proxy always has been delivering.

Reply via email to