On 1/13/07, Christian Goetze <[EMAIL PROTECTED]> wrote:
John Casey wrote:

> you'll need the following:
>
> <pluginRepositories>
>  <pluginRepository>
>    <id>apache.snapshots</id>
>    <url>http://people.apache.org/repo/m2-snapshot-repository</url>
>  </pluginRepository>
> </pluginRepositories>
>
> Note that this repository has NOT disabled releases...this is important
> because of a bug in Maven <= 2.0.4, where plugin-version resolution will
> only check repositories with releases enabled. It should work for you
> with
> this repository in place.
>
Thanks ...

Now my problem is that maven-proxy doesn't seem to understand how to
resolve SNAPSHOT names, it is actually looking for x.y-SNAPSHOT.

I heard that maven-proxy is obsolete - so what are people using for
proxy instead?

Can you provide more information?

I use mvn-proxy, but I don't use external snapshot repositories.
I follow the wiki instructions I wrote for releasing patched internal
versions of plugins.
Due to a bug (I can't recall which one, the wiki probably mentions it)
you need mvn-proxy to aggregate your internal plugin repository with
central or else patched plugins wont get resolved correctly.

See http://docs.codehaus.org/display/MAVENUSER/Patching+Maven+Plugins
for more details.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to