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?
--
cg

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

Reply via email to